[Yt-svn] yt-commit r473 - trunk/yt/raven

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Wed May 14 14:30:33 PDT 2008


Author: britton
Date: Wed May 14 14:30:33 2008
New Revision: 473
URL: http://yt.spacepope.org/changeset/473

Log:
Slight change to the bds_highcontrast map.

14 May, 2008

Britton Smith


Modified:
   trunk/yt/raven/ColorMaps.py

Modified: trunk/yt/raven/ColorMaps.py
==============================================================================
--- trunk/yt/raven/ColorMaps.py	(original)
+++ trunk/yt/raven/ColorMaps.py	Wed May 14 14:30:33 2008
@@ -42,19 +42,17 @@
                    (0.2, 0.0, 0.0),
                    (0.4, 0.0, 0.0),
                    (0.6, 256/256., 256/256.),
-                   (0.8, 200/256., 200/256.),
-                   (1.0, 230/256., 230/256.)),
+                   (0.95, 256/256., 256/256.),
+                   (1.0, 150/256., 150/256.)),
          'green': ((0.0, 0/256., 0/256.),
                    (0.2, 0/256., 0/256.),
                    (0.4, 130/256., 130/256.),
                    (0.6, 256/256., 256/256.),
-                   (0.8, 100/256., 100/256.),
                    (1.0, 0.0, 0.0)),
          'blue':  ((0.0, 80/256., 80/256.),
                    (0.2, 220/256., 220/256.),
                    (0.4, 0.0, 0.0),
                    (0.6, 20/256., 20/256.),
-                   (0.8, 0/256., 0/256.),
                    (1.0, 0.0, 0.0))}
 
 add_cmap('bds_highcontrast', cdict)



More information about the yt-svn mailing list