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

joishi at wrangler.dreamhost.com joishi at wrangler.dreamhost.com
Thu Jun 24 15:47:31 PDT 2010


Author: joishi
Date: Thu Jun 24 15:47:30 2010
New Revision: 1759
URL: http://yt.enzotools.org/changeset/1759

Log:
fixed bug in add_ortho_ray.


Modified:
   trunk/yt/raven/plot_collection.py

Modified: trunk/yt/raven/plot_collection.py
==============================================================================
--- trunk/yt/raven/plot_collection.py	(original)
+++ trunk/yt/raven/plot_collection.py	Thu Jun 24 15:47:30 2010
@@ -1300,7 +1300,7 @@
                         **field_parameters)
         p = self._add_plot(PlotTypes.LineQueryPlot(data_source,
                 [axis_names[axis], field], self._get_new_id(),
-                figure, axes, plot_options=plot_options))
+                figure=figure, axes=axes, plot_options=plot_options))
         return p
 
     def add_ray(self, start_point, end_point, field, figure = None,



More information about the yt-svn mailing list