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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Apr 25 05:12:44 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/92fd0583e196/
Changeset:   92fd0583e196
Branch:      yt
User:        ngoldbaum
Date:        2016-04-22 17:13:12+00:00
Summary:     Make PlotWindow's annotate_clear method invalidate the plot
Affected #:  1 file

diff -r 843a342ee5101c18f9acf8a490bdea39d4ee0fc2 -r 92fd0583e1963a80530bc283bf6641fc5709138f yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -961,6 +961,7 @@
             callback.__doc__ = CallbackMaker.__doc__
             self.__dict__['annotate_'+cbname] = types.MethodType(callback,self)
 
+    @invalidate_plot
     def annotate_clear(self, index=None):
         """
         Clear callbacks from the plot.  If index is not set, clear all 


https://bitbucket.org/yt_analysis/yt/commits/77db965d0a53/
Changeset:   77db965d0a53
Branch:      yt
User:        jzuhone
Date:        2016-04-25 12:12:29+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2138)

Make PlotWindow's annotate_clear method invalidate the plot
Affected #:  1 file

diff -r 755ea18f1091f8be4f916aa164ac313efbb86ad2 -r 77db965d0a537a9884d6db3c5ad7595dc3070ba0 yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -961,6 +961,7 @@
             callback.__doc__ = CallbackMaker.__doc__
             self.__dict__['annotate_'+cbname] = types.MethodType(callback,self)
 
+    @invalidate_plot
     def annotate_clear(self, index=None):
         """
         Clear callbacks from the plot.  If index is not set, clear all

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160425/cff418b1/attachment.html>


More information about the yt-svn mailing list