Skip to content
Snippets Groups Projects
Commit 8c6ee674 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'figsize' into 'master'

Fix --figsize help message

See merge request !94
parents a9333025 88931b8e
No related branches found
No related tags found
1 merge request!94Fix --figsize help message
Pipeline #30765 passed
...@@ -451,7 +451,7 @@ def figsize_option(dflt='4,3', **kwargs): ...@@ -451,7 +451,7 @@ def figsize_option(dflt='4,3', **kwargs):
'--figsize', default=dflt, show_default=True, '--figsize', default=dflt, show_default=True,
help='If given, will run ' help='If given, will run '
'``plt.rcParams[\'figure.figsize\']=figsize)``. ' '``plt.rcParams[\'figure.figsize\']=figsize)``. '
'Example: --fig-size 4,6', 'Example: --figsize 4,6',
callback=callback, **kwargs)(func) callback=callback, **kwargs)(func)
return custom_figsize_option return custom_figsize_option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment