[yt-svn] commit/yt-3.0: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Mar 11 12:38:23 PDT 2013


2 new commits in yt-3.0:

https://bitbucket.org/yt_analysis/yt-3.0/commits/72bfb1c0006c/
changeset:   72bfb1c0006c
branch:      yt-3.0
user:        ngoldbaum
date:        2013-03-07 22:57:52
summary:     The slice object in SlicePlot needs to have a center attribute.
affected #:  1 file

diff -r 6658890fa0fa5ee183ddc20d0098f151f0d531f8 -r 72bfb1c0006c849705fb295a0d9683ed07a2aca1 yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -1136,7 +1136,7 @@
             axes_unit = units
         if field_parameters is None: field_parameters = {}
         slc = pf.h.slice(axis, center[axis],
-            field_parameters = field_parameters)
+            field_parameters = field_parameters, center=center)
         slc.get_data(fields)
         PWViewerMPL.__init__(self, slc, bounds, origin=origin)
         self.set_axes_unit(axes_unit)


https://bitbucket.org/yt_analysis/yt-3.0/commits/f285b48bd6ab/
changeset:   f285b48bd6ab
branch:      yt-3.0
user:        MatthewTurk
date:        2013-03-11 20:38:18
summary:     Merged in ngoldbaum/yt-3.0 (pull request #15)

The slice object in SlicePlot needs to have a center attribute.
affected #:  1 file

diff -r 6fc3d24c32a1806a827048416649416d29fac374 -r f285b48bd6ab52616bd8c1ecf3221d31db3b18cc yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -1215,7 +1215,7 @@
             axes_unit = units
         if field_parameters is None: field_parameters = {}
         slc = pf.h.slice(axis, center[axis],
-            field_parameters = field_parameters)
+            field_parameters = field_parameters, center=center)
         slc.get_data(fields)
         PWViewerMPL.__init__(self, slc, bounds, origin=origin,
                              fontsize=fontsize)

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

--

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