Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
debac366
Commit
debac366
authored
Oct 19, 2021
by
Martino Bertoni
🌋
Browse files
less spacing in diagnostics
parent
6bff1b15
Pipeline
#2545
passed with stages
in 11 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/chemicalchecker/util/plot/diagnosticsplot.py
View file @
debac366
...
...
@@ -923,7 +923,7 @@ class DiagnosisPlot(object):
def
canvas_medium
(
self
,
title
):
fig
=
plt
.
figure
(
figsize
=
(
14
,
14
))
gs
=
fig
.
add_gridspec
(
6
,
6
,
wspace
=
0.
7
,
hspace
=
0.
7
)
gs
=
fig
.
add_gridspec
(
6
,
6
,
wspace
=
0.
6
,
hspace
=
0.
6
)
ax
=
fig
.
add_subplot
(
gs
[
0
,
0
])
self
.
legend
(
ax
=
ax
)
ax
=
fig
.
add_subplot
(
gs
[
1
,
5
])
...
...
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