Revision: 7554
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7554&view=rev
Author:   jswhit
Date:     2009-08-24 18:00:34 +0000 (Mon, 24 Aug 2009)

Log Message:
-----------
fix comment

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

Modified: trunk/toolkits/basemap/examples/terminator.py
===================================================================
--- trunk/toolkits/basemap/examples/terminator.py       2009-08-24 17:59:14 UTC 
(rev 7553)
+++ trunk/toolkits/basemap/examples/terminator.py       2009-08-24 18:00:34 UTC 
(rev 7554)
@@ -65,7 +65,7 @@
 map.drawcoastlines()
 map.drawparallels(np.arange(-90,90,30),labels=[1,0,0,0])
 map.drawmeridians(np.arange(-180,180,60),labels=[0,0,0,1])
-# create grid of day=1, night=0
+# create grid of day=0, night=1
 lons,lats,daynight = daynightgrid(d,1441)
 x,y = map(lons, lats)
 # contour this grid with 1 contour level, specifying colors.


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to