Re: [matplotlib-devel] New Animation Class

2010-08-25 Thread Ryan May
On Fri, Jul 9, 2010 at 7:27 PM, John Hunter jdh2...@gmail.com wrote: On Fri, Jul 9, 2010 at 5:22 PM, Ryan May rma...@gmail.com wrote: I've been hard at work over the last couple of months putting together a set of classes that simplifies the creation of animations in matplotlib. This started

Re: [matplotlib-devel] New Animation Class

2010-07-10 Thread Ryan May
On Fri, Jul 9, 2010 at 7:27 PM, John Hunter jdh2...@gmail.com wrote: Some rapid fire comments, in no particular order  * this is completely un-thought out, but could we define a subclass of TimedAnimation to work like an iterator so users could do the natural thing :  line, =

[matplotlib-devel] New Animation Class

2010-07-09 Thread Ryan May
Hi, I've been hard at work over the last couple of months putting together a set of classes that simplifies the creation of animations in matplotlib. This started when I resurrected some old code for animations to give to a colleague, when I realized just how bad the old code was and how much

Re: [matplotlib-devel] New Animation Class

2010-07-09 Thread Ryan May
On Fri, Jul 9, 2010 at 5:22 PM, Ryan May rma...@gmail.com wrote: Hi, I've been hard at work over the last couple of months putting together a set of classes that simplifies the creation of animations in matplotlib. This started when I resurrected some old code for animations to give to a

Re: [matplotlib-devel] New Animation Class

2010-07-09 Thread John Hunter
On Fri, Jul 9, 2010 at 5:22 PM, Ryan May rma...@gmail.com wrote: I've been hard at work over the last couple of months putting together a set of classes that simplifies the creation of animations in matplotlib. This started when I resurrected some old code for Very nice -- people are going to