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

Skip to content

Commit 625e060

Browse files
committed
fixed duplicate draw bug in tkag
svn path=/trunk/matplotlib/; revision=802
1 parent 33ec040 commit 625e060

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/backends/backend_tkagg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def destroy(*args):
284284
_focus = windowing.FocusManager()
285285
if not self._shown: self.window.deiconify()
286286
else: self.canvas.draw()
287-
288287
self._shown = True
289288

290289
def add_subplot(self, *args, **kwargs):

0 commit comments

Comments
 (0)