Revision: 6041
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6041&view=rev
Author:   jswhit
Date:     2008-08-18 14:43:13 +0000 (Mon, 18 Aug 2008)

Log Message:
-----------
another minor tweak

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-18 11:44:30 UTC 
(rev 6040)
+++ trunk/toolkits/basemap/examples/cubed_sphere.py     2008-08-18 14:43:13 UTC 
(rev 6041)
@@ -23,10 +23,10 @@
                         rsphere=rsphere)
             m.bluemarble()
             m.drawparallels(np.arange(-90,91,10),color='0.5')
-            m.drawmeridians(np.arange(0,360,10),color='0.5')
+            m.drawmeridians(np.arange(5,365,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))
+            #m.drawmeridians(np.arange(5,365,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