[yt-svn] commit/yt: ngoldbaum: Merged in mzingale/yt/yt-3.0 (pull request #1063)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 23 17:14:24 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/3caff11feb0c/
Changeset:   3caff11feb0c
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-07-24 02:14:16
Summary:     Merged in mzingale/yt/yt-3.0 (pull request #1063)

Fix handedness for volume renders
Affected #:  1 file

diff -r 816e624eefe07e7b3fd08cdb4185ab76c78fccec -r 3caff11feb0cb0b1f30f67b4d2a3bb652d31dc98 yt/visualization/volume_rendering/camera.py
--- a/yt/visualization/volume_rendering/camera.py
+++ b/yt/visualization/volume_rendering/camera.py
@@ -649,7 +649,7 @@
             del nz
         else:
             nim = im
-        ax = self._pylab.imshow(nim[:,:,:3]/nim[:,:,:3].max(), origin='upper')
+        ax = self._pylab.imshow(nim[:,:,:3]/nim[:,:,:3].max(), origin='lower')
         return ax
 
     def draw(self):

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list