We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dffc90 commit de2e59eCopy full SHA for de2e59e
axelrod/plot.py
@@ -93,7 +93,7 @@ def _boxplot_xticks_labels(self):
93
return [str(n) for n in self.result_set.ranked_names]
94
95
def boxplot(
96
- self, title: titleType =None, ax: matplotlib.axes.SubplotBase = None
+ self, title: titleType = None, ax: matplotlib.axes.SubplotBase = None
97
) -> matplotlib.figure.Figure:
98
"""For the specific mean score boxplot."""
99
data = self._boxplot_dataset
0 commit comments