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