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 f69cf6a + 5b0feba commit 401d7ceCopy full SHA for 401d7ce
1 file changed
lib/matplotlib/backends/backend_qt.py
@@ -759,6 +759,7 @@ def configure_subplots(self):
759
self.canvas.mpl_connect(
760
"close_event", lambda e: self._subplot_dialog.reject())
761
self._subplot_dialog.update_from_current_subplotpars()
762
+ self._subplot_dialog.setModal(True)
763
self._subplot_dialog.show()
764
return self._subplot_dialog
765
0 commit comments