Skip to content

Commit

Permalink
Merge pull request #8 from mfumagalli68/ValentinaGhidini-patch-1
Browse files Browse the repository at this point in the history
Update plot.py
  • Loading branch information
mfumagalli68 authored Sep 22, 2023
2 parents 80ba922 + 3b7c893 commit 8233458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xi_method/plotting/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def plot(type: AnyStr, explain: Dict, separation_measurement: AnyStr, **options)


def _tabular_plot(explain: Dict, separation_measurement: AnyStr, **options):
title = options.get('title', 'Post hoc explainations')
title = options.get('title', 'Explanations')
figsize = options.get('figsize', (10, 10))
color = options.get('color', 'blue')
k = options.get('k', 3)
Expand Down

0 comments on commit 8233458

Please sign in to comment.