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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Apr 8 07:16:17 PDT 2009


Author: mturk
Date: Wed Apr  8 07:16:17 2009
New Revision: 1251
URL: http://yt.spacepope.org/changeset/1251

Log:
Default factor=16 argument



Modified:
   trunk/yt/raven/Callbacks.py

Modified: trunk/yt/raven/Callbacks.py
==============================================================================
--- trunk/yt/raven/Callbacks.py	(original)
+++ trunk/yt/raven/Callbacks.py	Wed Apr  8 07:16:17 2009
@@ -56,7 +56,7 @@
 
 class VelocityCallback(PlotCallback):
     _type_name = "velocity"
-    def __init__(self, factor):
+    def __init__(self, factor=16):
         """
         Adds a 'quiver' plot of velocity to the plot, skipping all but
         every *factor* datapoint



More information about the yt-svn mailing list