Revision: 6134
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6134&view=rev
Author:   jswhit
Date:     2008-09-29 17:30:14 +0000 (Mon, 29 Sep 2008)

Log Message:
-----------
fix typo

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

Modified: trunk/toolkits/basemap/examples/warpimage.py
===================================================================
--- trunk/toolkits/basemap/examples/warpimage.py        2008-09-29 07:06:28 UTC 
(rev 6133)
+++ trunk/toolkits/basemap/examples/warpimage.py        2008-09-29 17:30:14 UTC 
(rev 6134)
@@ -30,7 +30,7 @@
 # draw lat/lon grid lines every 30 degrees.
 m.drawmeridians(np.arange(0,360,60),color='0.5')
 m.drawparallels(np.arange(-90,90,30),color='0.5')
-plt.title("Blue Marble image warped from 'cyl' to 'robinso' 
projection",fontsize=12)
+plt.title("Blue Marble image warped from 'cyl' to 'robinson' 
projection",fontsize=12)
 print 'warp to robinson map ...'
 
 # create new figure


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