Re: [Matplotlib-users] Creating frames for use with ArtistAnimation?

2012-02-15 Thread Benjamin Root
On Sat, Feb 11, 2012 at 8:22 AM, reckoner recko...@gmail.com wrote: Hi, I am creating a big and complicated plot by doing things like: ax.add_patch( ... ) and when I'm done I want to save the resulting frame. However, I've looked through the examples and it seems like you have to use

[Matplotlib-users] Creating frames for use with ArtistAnimation?

2012-02-11 Thread reckoner
Hi, I am creating a big and complicated plot by doing things like: ax.add_patch( ... ) and when I'm done I want to save the resulting frame. However, I've looked through the examples and it seems like you have to use plot() or pcolor() to create frames that you can feed into ArtistAnimation.