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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Nov 26 10:03:21 PST 2008


Author: mturk
Date: Wed Nov 26 10:03:21 2008
New Revision: 962
URL: http://yt.spacepope.org/changeset/962

Log:
Ugh, another bug fix



Modified:
   trunk/yt/raven/PlotTypes.py

Modified: trunk/yt/raven/PlotTypes.py
==============================================================================
--- trunk/yt/raven/PlotTypes.py	(original)
+++ trunk/yt/raven/PlotTypes.py	Wed Nov 26 10:03:21 2008
@@ -373,8 +373,8 @@
         if self.colorbar != None: self.colorbar.set_label(str(data_label))
 
     def set_width(self, width, unit):
-        mylog.debug("Not changing FixedResolution width")
-        pass
+        #mylog.debug("Not changing FixedResolution width")
+        self._refresh_display_width()
 
     def _refresh_display_width(self, width=None):
         self.set_xlim(self.data.bounds[0], self.data.bounds[1])



More information about the yt-svn mailing list