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
9af4a3f5
Commit
9af4a3f5
authored
Apr 16, 2020
by
Alex UNNERVIK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply suggestion to bob/measure/script/figure.py
parent
9e50ed65
Pipeline
#38978
passed with stage
in 4 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
bob/measure/script/figure.py
bob/measure/script/figure.py
+1
-4
No files found.
bob/measure/script/figure.py
View file @
9af4a3f5
...
...
@@ -887,10 +887,7 @@ class GridSubplot(PlotBase):
i1
=
i
*
self
.
_row_times
+
self
.
_grid_axis_offset
i2
=
(
i
+
1
)
*
self
.
_row_times
+
self
.
_grid_axis_offset
j1
,
j2
=
j
*
self
.
_col_times
,
(
j
+
1
)
*
self
.
_col_times
if
shared_axis
is
not
None
:
axis
=
mpl
.
gcf
().
add_subplot
(
self
.
_gs
[
i1
:
i2
,
j1
:
j2
],
sharex
=
shared_axis
)
else
:
axis
=
mpl
.
gcf
().
add_subplot
(
self
.
_gs
[
i1
:
i2
,
j1
:
j2
])
return
axis
def
finalize_one_page
(
self
):
...
...
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