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 c6dda2d + 9a0afe3 commit 5904e2fCopy full SHA for 5904e2f
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