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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 21 11:27:25 PDT 2015


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/5613b39abb97/
Changeset:   5613b39abb97
Branch:      yt
User:        ngoldbaum
Date:        2015-09-17 18:46:56+00:00
Summary:     Ensure plots are valid after invalidating the figure
Affected #:  1 file

diff -r f818f29712491ce9f597decaea69297a06603393 -r 5613b39abb97722738fe2cb43e041fe2d528568e yt/visualization/plot_container.py
--- a/yt/visualization/plot_container.py
+++ b/yt/visualization/plot_container.py
@@ -52,6 +52,7 @@
             args[0].plots[field].figure = None
             args[0].plots[field].axes = None
             args[0].plots[field].cax = None
+        args[0]._setup_plots()
         return rv
     return newfunc
 


https://bitbucket.org/yt_analysis/yt/commits/d1a05e8bae57/
Changeset:   d1a05e8bae57
Branch:      yt
User:        chummels
Date:        2015-09-21 18:27:17+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1757)

Ensure plots are valid after invalidating the figure
Affected #:  1 file

diff -r 1b2e3c8f06513c173ff9af77abc5c42be6e8b7a9 -r d1a05e8bae57641f3c4beda9d45ec9924954caad yt/visualization/plot_container.py
--- a/yt/visualization/plot_container.py
+++ b/yt/visualization/plot_container.py
@@ -52,6 +52,7 @@
             args[0].plots[field].figure = None
             args[0].plots[field].axes = None
             args[0].plots[field].cax = None
+        args[0]._setup_plots()
         return rv
     return newfunc

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