[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

Re: [matplotlib-devel] ContourSet not an Artist?

2010-07-09 Thread John Hunter
On Fri, Jul 9, 2010 at 9:59 PM, Eric Firing efir...@hawaii.edu wrote: On 07/09/2010 11:45 AM, Ryan May wrote: Hi, I just noticed that ContourSet only inherits ScalarMappable and ContourLabeller, neither of which is an Artist subclass, which means ContourSet is not an Artist. (And is why it

Re: [matplotlib-devel] ContourSet not an Artist?

2010-07-09 Thread Ryan May
On Jul 9, 2010, at 22:11, John Hunter jdh2...@gmail.com wrote: On Fri, Jul 9, 2010 at 9:59 PM, Eric Firing efir...@hawaii.edu wrote: On 07/09/2010 11:45 AM, Ryan May wrote: Hi, I just noticed that ContourSet only inherits ScalarMappable and ContourLabeller, neither of which is an Artist