Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
5540ada7
Commit
5540ada7
authored
Apr 05, 2018
by
Theophile GENTILHOMME
Browse files
Fix incorrect title when not in test mode
parent
887919b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/figure.py
View file @
5540ada7
...
...
@@ -387,7 +387,7 @@ class PlotBase(MeasureBase):
title
=
self
.
_title
if
not
self
.
_test
:
title
+=
(
" (%s)"
%
self
.
_states
[
0
])
if
self
.
_split
:
el
if
self
.
_split
:
title
+=
(
" (%s)"
%
self
.
_states
[
i
])
mpl
.
title
(
title
)
mpl
.
xlabel
(
self
.
_x_label
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment