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 3e65956 + 069526a commit 6b6e476Copy full SHA for 6b6e476
1 file changed
lib/matplotlib/backends/backend_macosx.py
@@ -487,6 +487,9 @@ def prepare_configure_subplots(self):
487
def set_message(self, message):
488
_macosx.NavigationToolbar2.set_message(self, message.encode('utf-8'))
489
490
+ def dynamic_update(self):
491
+ self.canvas.draw_idle()
492
+
493
########################################################################
494
#
495
# Now just provide the standard names that backend.__init__ is expecting
0 commit comments