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 b44ecb6 + 8106629 commit 32326fdCopy full SHA for 32326fd
1 file changed
lib/matplotlib/backends/_backend_tk.py
@@ -624,11 +624,6 @@ def save_figure(self, *args):
624
except Exception as e:
625
tkinter.messagebox.showerror("Error saving file", str(e))
626
627
- def update(self):
628
- self._axes = self.canvas.figure.axes
629
- with _restore_foreground_window_at_end():
630
- NavigationToolbar2.update(self)
631
-
632
633
class ToolTip:
634
"""
0 commit comments