Re: [Matplotlib-users] Efficient animations w/ 2D plots (imshow)

2007-07-24 Thread Greg Willden
Nevermind. I'm an idiot. I removed the call to update_line() before p.show() and now it works. That was cruft left over from earlier experiments Cheers, Greg On 7/24/07, Greg Willden <[EMAIL PROTECTED]> wrote: Hello All, I'm looking for the most efficient way to perform 2D plot animations.

[Matplotlib-users] Efficient animations w/ 2D plots (imshow)

2007-07-24 Thread Greg Willden
Hello All, I'm looking for the most efficient way to perform 2D plot animations. I've been experimenting with the animation examples from the Matplotlib cookbook. More specifically I'm using a version of "Animating selected plot elements" that has been modified to work with wxWidgets. I want t