Revision: 6159
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6159&view=rev
Author:   jdh2358
Date:     2008-10-06 19:18:09 +0000 (Mon, 06 Oct 2008)

Log Message:
-----------
added resize event support to tkagg

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py
    trunk/matplotlib/lib/matplotlib/figure.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py   2008-10-06 
12:06:30 UTC (rev 6158)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py   2008-10-06 
19:18:09 UTC (rev 6159)
@@ -208,6 +208,7 @@
         self._tkphoto = Tk.PhotoImage(
             master=self._tkcanvas, width=width, height=height)
         self._tkcanvas.create_image(width/2,height/2,image=self._tkphoto)
+        self.resize_event()
         self.show()
 
     def draw(self):

Modified: trunk/matplotlib/lib/matplotlib/figure.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/figure.py   2008-10-06 12:06:30 UTC (rev 
6158)
+++ trunk/matplotlib/lib/matplotlib/figure.py   2008-10-06 19:18:09 UTC (rev 
6159)
@@ -711,7 +711,7 @@
 
     def clear(self):
         """
-        Clear the figure
+        Clear the figure -- synonym for fig.clf
         """
         self.clf()
 


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to