Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.measure
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.measure
Commits
8c6ee674
Commit
8c6ee674
authored
Jun 06, 2019
by
Amir MOHAMMADI
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'figsize' into 'master'
Fix --figsize help message See merge request
!94
parents
a9333025
88931b8e
Pipeline
#30765
passed with stages
in 29 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bob/measure/script/common_options.py
bob/measure/script/common_options.py
+1
-1
No files found.
bob/measure/script/common_options.py
View file @
8c6ee674
...
...
@@ -451,7 +451,7 @@ def figsize_option(dflt='4,3', **kwargs):
'--figsize'
,
default
=
dflt
,
show_default
=
True
,
help
=
'If given, will run '
'``plt.rcParams[
\
'
figure.figsize
\
'
]=figsize)``. '
'Example: --fig
-
size 4,6'
,
'Example: --figsize 4,6'
,
callback
=
callback
,
**
kwargs
)(
func
)
return
custom_figsize_option
...
...
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