*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 9a249828 authored by Schabbauer, Johannes's avatar Schabbauer, Johannes
Browse files

Revert "Fix matplotlib error after startup"

This reverts commit f67f521a.
The change is merged from the upstream GitHub repository.
parent f67f521a
No related branches found
No related tags found
No related merge requests found
......@@ -140,4 +140,4 @@ def install():
figuremanager = FigureManager()
matplotlib.pyplot.figure = figuremanager
matplotlib.pyplot.close = figuremanager.close
matplotlib.pyplot.show = lambda: figuremanager.show
matplotlib.pyplot.show = figuremanager.show
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