Revision: 4188
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4188&view=rev
Author: jdh2358
Date: 2007-11-09 08:43:38 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
removed unneeded draw command from tkagg
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py
Modified: trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py 2007-11-09 16:42:55 UTC (rev 4187)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py 2007-11-09 16:43:38 UTC (rev 4188)
@@ -549,9 +549,6 @@
fname, err)
error_msg_tkpaint(msg)
- #the enlarged figure prints to the canvas and freezes unless a redraw is forced
- self.canvas.draw()
-
def update(self):
_focus = windowing.FocusManager()
self._axes = self.canvas.figure.axes
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|