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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to