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.
1 parent 7414cf0 commit 1c7fb5bCopy full SHA for 1c7fb5b
1 file changed
lib/matplotlib/backends/backend_qt5.py
@@ -490,6 +490,7 @@ def notify_axes_change(fig):
490
if self.toolbar is not None:
491
self.toolbar.update()
492
self.canvas.figure.add_axobserver(notify_axes_change)
493
+ self.window.raise_()
494
495
@QtCore.Slot()
496
def _show_message(self, s):
0 commit comments