Revision: 5870
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5870&view=rev
Author:   jswhit
Date:     2008-07-25 11:54:44 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
update barbs method docstring.

Modified Paths:
--------------
    trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py

Modified: trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py
===================================================================
--- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-07-25 
11:41:18 UTC (rev 5869)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-07-25 
11:54:44 UTC (rev 5870)
@@ -2898,6 +2898,9 @@
         Extra keyword ``ax`` can be used to override the default axis instance.
 
         Other \*args and \**kwargs passed on to matplotlib.pyplot.barbs
+
+        Returns two matplotlib.axes.Barbs instances, one for the Northern 
+        Hemisphere and one for the Southern Hemisphere.  
         """
         if not kwargs.has_key('ax') and self.ax is None:
             try:


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to