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 84e872d commit cbf41abCopy full SHA for cbf41ab
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