Revision: 7565
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7565&view=rev
Author:   jswhit
Date:     2009-08-25 02:15:45 +0000 (Tue, 25 Aug 2009)

Log Message:
-----------
change default color

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

Modified: trunk/toolkits/basemap/examples/daynight.py
===================================================================
--- trunk/toolkits/basemap/examples/daynight.py 2009-08-25 00:42:54 UTC (rev 
7564)
+++ trunk/toolkits/basemap/examples/daynight.py 2009-08-25 02:15:45 UTC (rev 
7565)
@@ -64,7 +64,7 @@
     return lons2,lats2,daynight
 
 class Basemap2(Basemap):
-    def nightshade(self,date,color="0.5",nlons=1441,alpha=0.5,zorder=None):
+    def nightshade(self,date,color="k",nlons=1441,alpha=0.5,zorder=None):
         # create grid of day=0, night=1
         # 1441 means use a 0.25 degree grid.
         lons,lats,daynight = daynightgrid(date,nlons)


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