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 d397831 + cbf41ab commit 98560a8Copy full SHA for 98560a8
1 file changed
lib/matplotlib/backends/_backend_tk.py
@@ -448,9 +448,6 @@ def _get_toolmanager(self):
448
def resize(self, width, height):
449
self.canvas._tkcanvas.configure(width=width, height=height)
450
451
- if self.toolbar is not None:
452
- self.toolbar.configure(width=width)
453
-
454
def show(self):
455
with _restore_foreground_window_at_end():
456
if not self._shown:
0 commit comments