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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 14 14:39:24 PST 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/d95cd329fbc0/
Changeset:   d95cd329fbc0
Branch:      yt
User:        ngoldbaum
Date:        2013-11-14 23:21:42
Summary:     Fixing an issue with adjusting the axis ratio of a plot after creating it.

Closes #724
Affected #:  1 file

diff -r c53475f4d73a1643a6e07d22c7b4d5843595d002 -r d95cd329fbc0ed28ed95b69061304d5f0837c587 yt/visualization/base_plot_types.py
--- a/yt/visualization/base_plot_types.py
+++ b/yt/visualization/base_plot_types.py
@@ -36,6 +36,7 @@
             self.axes = self.figure.add_axes(axrect)
         else:
             axes.cla()
+            axes.set_position(axrect)
             self.axes = axes
         self.canvas = FigureCanvasAgg(self.figure)
 


https://bitbucket.org/yt_analysis/yt/commits/874b5934452d/
Changeset:   874b5934452d
Branch:      yt
User:        MatthewTurk
Date:        2013-11-14 23:39:21
Summary:     Merged in ngoldbaum/yt (pull request #642)

Fixing an issue with adjusting the axis ratio of a plot after creating it.
Affected #:  1 file

diff -r 30059fadce879f484344d19531e99560ac5417c0 -r 874b5934452d12975e64584f3230396e73fff28f yt/visualization/base_plot_types.py
--- a/yt/visualization/base_plot_types.py
+++ b/yt/visualization/base_plot_types.py
@@ -36,6 +36,7 @@
             self.axes = self.figure.add_axes(axrect)
         else:
             axes.cla()
+            axes.set_position(axrect)
             self.axes = axes
         self.canvas = FigureCanvasAgg(self.figure)

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