Re: [Matplotlib-users] collections?

2011-12-11 Thread Daniel Hyams
Thanks so much Tony...that does indeed work. I'm not sure if I understand exactly why, but I'll continue to bang my head on it for a while ;) The set_transform() call is needed if you throw the collection into the axes.artists list, but not if axes.add_collection() is used to (ahem) add the colle

Re: [Matplotlib-users] New animation framework?

2011-12-11 Thread Eric Firing
On 12/10/2011 11:27 PM, Åke Kullenberg wrote: > I am a heavy user of the animation blit technique as descried here > http://matplotlib.sourceforge.net/users/event_handling.html#draggable-rectangle-exercise > and > here http://www.scipy.org/Cookbook/Matplotlib/Animations. > > I just saw there is a

[Matplotlib-users] New animation framework?

2011-12-11 Thread Åke Kullenberg
I am a heavy user of the animation blit technique as descried here http://matplotlib.sourceforge.net/users/event_handling.html#draggable-rectangle-exercise and here http://www.scipy.org/Cookbook/Matplotlib/Animations. I just saw there is a new animation framework. Is this framework meant to replac