[yt-svn] commit/yt: ngoldbaum: Fixing an issue with _plot_valid never being True for PhasePlot objects.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jan 28 12:41:58 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/b4f406c4ffb7/
Changeset:   b4f406c4ffb7
Branch:      yt
User:        ngoldbaum
Date:        2014-01-28 21:37:06
Summary:     Fixing an issue with _plot_valid never being True for PhasePlot objects.
Affected #:  1 file

diff -r 84b551a47ac462d646963f0b13e4dd0e85bd9751 -r b4f406c4ffb73d8d2370617ca677729c55c7c95a yt/visualization/profile_plotter.py
--- a/yt/visualization/profile_plotter.py
+++ b/yt/visualization/profile_plotter.py
@@ -641,6 +641,7 @@
                   [ax.xaxis.label, ax.yaxis.label, cbax.yaxis.label]
                 for label in labels:
                     label.set_color(self._font_color)
+        self._plot_valid = True
 
     def save(self, name=None, mpl_kwargs=None):
         r"""

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