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.bio.base
Commits
3d67c5fa
Commit
3d67c5fa
authored
May 03, 2018
by
Theophile GENTILHOMME
Browse files
Add subplot option
parent
2b8180cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/script/commands.py
View file @
3d67c5fa
...
...
@@ -279,17 +279,19 @@ def dir(ctx, scores, evaluation, **kargs):
@
click
.
command
()
@
common_options
.
scores_argument
(
nargs
=-
1
)
@
common_options
.
title_option
()
@
common_options
.
output_plot_file_option
(
default_out
=
'hist.pdf'
)
@
common_options
.
eval_option
()
@
common_options
.
n_bins_option
()
@
common_options
.
criterion_option
()
@
common_options
.
thresholds_option
()
@
common_options
.
const_layout_option
()
@
common_options
.
show_dev_option
()
@
common_options
.
print_filenames_option
()
@
common_options
.
legends_option
()
@
common_options
.
style_option
()
@
common_options
.
figsize_option
()
@
common_options
.
figsize_option
(
dflt
=
None
)
@
common_options
.
subplot_option
()
@
common_options
.
legend_ncols_option
()
@
verbosity_option
()
@
click
.
pass_context
def
hist
(
ctx
,
scores
,
evaluation
,
**
kwargs
):
...
...
Write
Preview
Markdown
is supported
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