Skip to content
Snippets Groups Projects
Commit 7293f96e authored by David Schäfer's avatar David Schäfer
Browse files

Removed the explicit matplotlib graphical backend setting. Without

it, matplotlib will choose one, according to the available libraries
on the system
parent 85557cd7
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #6021 passed with stage
in 6 minutes and 11 seconds
......@@ -18,9 +18,7 @@ def __importHelper():
# needed for datetime conversion
register_matplotlib_converters()
if _interactive:
mpl.use("TkAgg")
else:
if not _interactive:
# Import plot libs without interactivity, if not needed.
# This ensures that we can produce an plot.png even if
# tkinter is not installed. E.g. if one want to run this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment