Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d56dc4 + d916aae commit 6cc36efCopy full SHA for 6cc36ef
1 file changed
lib/matplotlib/backends/backend_qt.py
@@ -602,6 +602,7 @@ def start_main_loop(cls):
602
qt_compat._exec(qapp)
603
604
def show(self):
605
+ self.window._destroying = False
606
self.window.show()
607
if mpl.rcParams['figure.raise_window']:
608
self.window.activateWindow()
0 commit comments