Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
57105fcf
Commit
57105fcf
authored
Nov 04, 2020
by
jansen31
Browse files
add a name to the output plot
parent
f7c37af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/experiments/orbitaltomography/orbitExperiment.py
View file @
57105fcf
...
...
@@ -91,7 +91,7 @@ class OrbitalTomographyExperiment(Experiment):
:return:
"""
self
.
output
[
'plots'
]
=
[]
convergence_plots
,
ax
=
subplots
(
1
,
2
,
figsize
=
(
7
,
3
))
convergence_plots
,
ax
=
subplots
(
1
,
2
,
figsize
=
(
7
,
3
)
,
num
=
"Convergence plots"
)
if
'change'
in
self
.
output
[
'stats'
]:
change_key
=
'change'
else
:
...
...
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