Re: [matplotlib-devel] FuncAnimation and persistence

2015-01-01 Thread Amit Saha
On Wed, Dec 31, 2014 at 4:53 AM, Benjamin Root wrote: > There is no better way to do this at the moment. There have been talk of > integrating the animation interface into Figure objects so that creating an > animation would be similar to creating any other type of plot, with > references to the a

Re: [matplotlib-devel] FuncAnimation and persistence

2014-12-30 Thread Benjamin Root
There is no better way to do this at the moment. There have been talk of integrating the animation interface into Figure objects so that creating an animation would be similar to creating any other type of plot, with references to the animation object stored in the figure like any other Artist. Th

[matplotlib-devel] FuncAnimation and persistence

2014-12-28 Thread Amit Saha
Hi all, I realize that once I create a FuncAnimation object, I must assign it to a label to make it persist [1]. Is this going to remain the case in the foreseeable future? Is there a better way of doing this now? Thanks, Amit. [1] https://github.com/matplotlib/matplotlib/issues/1656 -- http:

[matplotlib-devel] FuncAnimation and persistence

2014-12-28 Thread Amit Saha
Hi all, I realize that once I create a FuncAnimation object, I must assign it to a label to make it persist [1]. Is this going to remain the case in the foreseeable future? Is there a better way of doing this now? Thanks, Amit. [1] https://github.com/matplotlib/matplotlib/issues/1656 -- http:/