[Yt-svn] yt: Fixed typo.

hg at spacepope.org hg at spacepope.org
Mon Sep 13 06:04:43 PDT 2010


hg Repository: yt
details:   yt/rev/23c0e932069f
changeset: 3397:23c0e932069f
user:      John Wise <jwise at astro.princeton.edu>
date:
Mon Sep 13 06:04:32 2010 -0700
description:
Fixed typo.

diffstat:

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

diffs (12 lines):

diff -r 5459185dfb49 -r 23c0e932069f yt/visualization/plot_types.py
--- a/yt/visualization/plot_types.py	Sat Sep 11 02:10:23 2010 -0700
+++ b/yt/visualization/plot_types.py	Mon Sep 13 06:04:32 2010 -0700
@@ -216,7 +216,7 @@
                     self.colorbar.locator = self._old_locator
                 if hasattr(self,'_old_formatter'):
                     self.colorbar.formatter = self._old_formatter
-        self.norm.autoscale(na.array([zmin,zmax], dype='float64'))
+        self.norm.autoscale(na.array([zmin,zmax], dtype='float64'))
         self.image.changed()
         if self.colorbar is not None:
             mpl_notify(self.image, self.colorbar)



More information about the yt-svn mailing list