[Yt-svn] yt: I am removing a call to _redraw_image that breaks phase plots.

hg at spacepope.org hg at spacepope.org
Mon Dec 13 15:03:26 PST 2010


hg Repository: yt
details:   yt/rev/c7ae8bb869b1
changeset: 3604:c7ae8bb869b1
user:      Matthew Turk <matthewturk at gmail.com>
date:
Mon Dec 13 15:03:23 2010 -0800
description:
I am removing a call to _redraw_image that breaks phase plots.

diffstat:

 yt/visualization/plot_types.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 5547a19cc6fb -r c7ae8bb869b1 yt/visualization/plot_types.py
--- a/yt/visualization/plot_types.py	Mon Dec 13 14:52:52 2010 -0800
+++ b/yt/visualization/plot_types.py	Mon Dec 13 15:03:23 2010 -0800
@@ -231,7 +231,6 @@
             elif hasattr(matplotlib.cm, cmap):
                 cmap = getattr(matplotlib.cm, cmap)
         self.cmap = cmap
-        self._redraw_image()
         
     def __setitem__(self, item, val):
         self.im[item] = val



More information about the yt-svn mailing list