Skip to content
GitLab
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
6de9b340
Commit
6de9b340
authored
Jun 22, 2018
by
Theophile GENTILHOMME
Browse files
[script][figure] Fix typo
parent
255c4b4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/figure.py
View file @
6de9b340
...
...
@@ -586,7 +586,7 @@ class Hist(PlotBase):
self
.
_step_print
=
int
(
self
.
_nrows
*
self
.
_ncols
)
self
.
_title_base
=
'Scores'
self
.
_y_label
=
'Probability density'
self
.
_x_label
=
'Score
s
values'
self
.
_x_label
=
'Score values'
self
.
_end_setup_plot
=
False
if
self
.
_legends
is
not
None
and
len
(
self
.
_legends
)
==
self
.
n_systems
\
and
not
self
.
_hide_dev
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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