Revision: 6593
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6593&view=rev
Author:   jswhit
Date:     2008-12-12 17:23:57 +0000 (Fri, 12 Dec 2008)

Log Message:
-----------
docstring update

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-12-12 
14:55:12 UTC (rev 6592)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-12-12 
17:23:57 UTC (rev 6593)
@@ -3155,6 +3155,8 @@
         Default image size is 5400x2700, which can be quite slow and
         use quite a bit of memory.  The ``scale`` keyword can be used
         to downsample the image (``scale=0.5`` downsamples to 2700x1350).
+
+        \**kwargs passed on to :meth:`imshow`.
         """
         if ax is not None:
             return 
self.warpimage(image='bluemarble',ax=ax,scale=scale,**kwargs)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to