Revision: 5873
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5873&view=rev
Author:   jdh2358
Date:     2008-07-25 13:17:10 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
committed tonys minor changes

Modified Paths:
--------------
    trunk/matplotlib/examples/event_handling/lasso_demo.py
    trunk/matplotlib/lib/matplotlib/axis.py

Modified: trunk/matplotlib/examples/event_handling/lasso_demo.py
===================================================================
--- trunk/matplotlib/examples/event_handling/lasso_demo.py      2008-07-25 
11:58:15 UTC (rev 5872)
+++ trunk/matplotlib/examples/event_handling/lasso_demo.py      2008-07-25 
13:17:10 UTC (rev 5873)
@@ -69,7 +69,7 @@
         # acquire a lock on the widget drawing
         self.canvas.widgetlock(self.lasso)
 
-if 0:
+if __name__ == '__main__':
 
     data = [Datum(*xy) for xy in rand(100, 2)]
 

Modified: trunk/matplotlib/lib/matplotlib/axis.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axis.py     2008-07-25 11:58:15 UTC (rev 
5872)
+++ trunk/matplotlib/lib/matplotlib/axis.py     2008-07-25 13:17:10 UTC (rev 
5873)
@@ -147,7 +147,7 @@
         """
         self._pad = val
 
-    def get_pad(self, val):
+    def get_pad(self):
         'Get the value of the tick label pad in points'
         return self._pad
 


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