Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 750d1b6

Browse files
author
Stephen Horst
committed
Comments removed
1 parent 5cf5b23 commit 750d1b6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/matplotlib/backends/backend_tkagg.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -530,13 +530,6 @@ def __init__(self, canvas, num, window):
530530
self.set_window_title("Figure %d" % num)
531531
self.canvas = canvas
532532
self._num = num
533-
# Minimum size limit on window unnecessary (doesn't crash, just
534-
# opens up the possibility of making really tiny windows), but
535-
# if desired should be set to a hard minimum value rather than a
536-
# sizable percentage of the original dimensions (as implemented
537-
# in v1.4.2 and prior) to allow initially large windows to
538-
# shrink
539-
# self.window.minsize(10, 10)
540533
if matplotlib.rcParams['toolbar']=='toolbar2':
541534
self.toolbar = NavigationToolbar2TkAgg( canvas, self.window )
542535
else:

0 commit comments

Comments
 (0)