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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Apr 30 07:16:39 PDT 2008


Author: mturk
Date: Wed Apr 30 07:16:39 2008
New Revision: 419
URL: http://yt.spacepope.org/changeset/419

Log:
Axis argument is not needed.  Have updated recipes.



Modified:
   trunk/yt/raven/PlotTypes.py

Modified: trunk/yt/raven/PlotTypes.py
==============================================================================
--- trunk/yt/raven/PlotTypes.py	(original)
+++ trunk/yt/raven/PlotTypes.py	Wed Apr 30 07:16:39 2008
@@ -763,8 +763,7 @@
         plot._axes.hold(False)
     return runCallback
 
-def contourCallback(field, axis, ncont=5, factor=4, take_log=False,
-                    clim=None):
+def contourCallback(field, ncont=5, factor=4, take_log=False, clim=None):
     try:
         import scipy.sandbox.delaunay as de
     except ImportError:



More information about the yt-svn mailing list