Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Chad Hanna
manifold
Commits
de48357e
Commit
de48357e
authored
Nov 28, 2022
by
Shio Sakon
Browse files
manifold/bin/cbc.py: fix typo
parent
17ac4e91
Pipeline
#479517
passed with stage
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
manifold/bin/cbc.py
View file @
de48357e
...
...
@@ -440,7 +440,7 @@ output-png: test.png
ax
.
tick_params
(
axis
=
'y'
,
labelsize
=
12
)
ax
.
grid
(
True
)
canvas
=
FigureCanvas
(
fig
)
fig
.
savefig
(
name
+
"_match_cum
m
ulative.png"
,
bbox_inches
=
'tight'
)
fig
.
savefig
(
name
+
"_match_cumulative.png"
,
bbox_inches
=
'tight'
)
fig
=
Figure
()
ax
=
fig
.
add_subplot
(
111
)
...
...
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