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

Skip to content
Snippets Groups Projects
Unverified Commit ada29b79 authored by David Meyer's avatar David Meyer Committed by GitHub
Browse files

Merge pull request #105 from dihm/hotfix

Hotfix for lyse figuremanager when in standalone mode
parents 82db0323 88a08334
No related branches found
No related tags found
1 merge request!1Merge from GitHub repo
...@@ -140,4 +140,4 @@ def install(): ...@@ -140,4 +140,4 @@ def install():
figuremanager = FigureManager() figuremanager = FigureManager()
matplotlib.pyplot.figure = figuremanager matplotlib.pyplot.figure = figuremanager
matplotlib.pyplot.close = figuremanager.close matplotlib.pyplot.close = figuremanager.close
matplotlib.pyplot.show = lambda: figuremanager.show matplotlib.pyplot.show = lambda: 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