Re: [matplotlib-devel] New Animation Class

2010-08-25 Thread Ryan May
On Fri, Jul 9, 2010 at 7:27 PM, John Hunter wrote: > On Fri, Jul 9, 2010 at 5:22 PM, Ryan May 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

Re: [matplotlib-devel] New Animation Class

2010-07-10 Thread Ryan May
On Fri, Jul 9, 2010 at 7:27 PM, John Hunter 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, = ax.plot(something) >  for f

Re: [matplotlib-devel] New Animation Class

2010-07-09 Thread John Hunter
On Fri, Jul 9, 2010 at 5:22 PM, Ryan May 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 really like

Re: [matplotlib-devel] New Animation Class

2010-07-09 Thread Ryan May
On Fri, Jul 9, 2010 at 5:22 PM, Ryan May 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 colleague, w

[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 be