Revision: 6039
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6039&view=rev
Author:   jswhit
Date:     2008-08-17 22:56:20 +0000 (Sun, 17 Aug 2008)

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

Modified Paths:
--------------
    trunk/toolkits/basemap/examples/cubed_sphere.py

Modified: trunk/toolkits/basemap/examples/cubed_sphere.py
===================================================================
--- trunk/toolkits/basemap/examples/cubed_sphere.py     2008-08-17 22:17:56 UTC 
(rev 6038)
+++ trunk/toolkits/basemap/examples/cubed_sphere.py     2008-08-17 22:56:20 UTC 
(rev 6039)
@@ -24,6 +24,9 @@
         m.bluemarble()
         m.drawparallels(np.arange(-90,91,10),color='0.5')
         m.drawmeridians(np.arange(0,360,10),color='0.5')
+        #m.drawlsmask(ocean_color='aqua',land_color='coral')
+        #m.drawparallels(np.arange(-90,91,10))
+        #m.drawmeridians(np.arange(0,360,10))
 fig.text(0.625,0.75,\
         'World Map on a Cube\n Gnomonic Projection',\
         fontsize=14)


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