Skip to content
Snippets Groups Projects
Commit 5540ada7 authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

Fix incorrect title when not in test mode

parent 887919b0
No related branches found
No related tags found
2 merge requests!54Refactors the score loading and scripts functionality,!52generic plotting script for bob measure
......@@ -387,7 +387,7 @@ class PlotBase(MeasureBase):
title = self._title
if not self._test:
title += (" (%s)" % self._states[0])
if self._split:
elif self._split:
title += (" (%s)" % self._states[i])
mpl.title(title)
mpl.xlabel(self._x_label)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment