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

sskory at wrangler.dreamhost.com sskory at wrangler.dreamhost.com
Thu Jan 22 13:09:06 PST 2009


Author: sskory
Date: Thu Jan 22 13:09:04 2009
New Revision: 1137
URL: http://yt.spacepope.org/changeset/1137

Log:
Oops. _ != .

Modified:
   trunk/yt/raven/Callbacks.py

Modified: trunk/yt/raven/Callbacks.py
==============================================================================
--- trunk/yt/raven/Callbacks.py	(original)
+++ trunk/yt/raven/Callbacks.py	Thu Jan 22 13:09:04 2009
@@ -569,7 +569,7 @@
                     plot._axes.text(center_x, center_y, "%s" % size,
                     fontsize=self.font_size)
                 elif self.print_halo_mass:
-                    plot._axes_text(center_x, center_y, "%s" % halo.total_mass(),
+                    plot._axes.text(center_x, center_y, "%s" % halo.total_mass(),
                     fontsize=self.font_size)
                 else:
                     plot._axes.text(center_x, center_y, "%s" % halo.id,



More information about the yt-svn mailing list