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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sat Jan 23 13:32:53 PST 2010


Author: mturk
Date: Sat Jan 23 13:32:51 2010
New Revision: 1593
URL: http://yt.enzotools.org/changeset/1593

Log:
Fix for MPL 0.99.1.1



Modified:
   trunk/yt/raven/Callbacks.py

Modified: trunk/yt/raven/Callbacks.py
==============================================================================
--- trunk/yt/raven/Callbacks.py	(original)
+++ trunk/yt/raven/Callbacks.py	Sat Jan 23 13:32:51 2010
@@ -315,7 +315,7 @@
                    ( (right_edge_py < height) & (left_edge_py > 0) )
         verts=verts.transpose()[visible,:,:]
         grid_collection = matplotlib.collections.PolyCollection(
-                verts, facecolors=(0.0,0.0,0.0,0.0),
+                verts, facecolors="none",
                        edgecolors=(0.0,0.0,0.0,1.0),
                        linewidths=2.5)
         plot._axes.hold(True)



More information about the yt-svn mailing list