Re: [Matplotlib-users] List reply-to not set.

2007-08-22 Thread Greg Willden
rker <[EMAIL PROTECTED]> wrote: > > Greg Willden wrote: > > It seems that the list configuration is somewhat broken. > > The reply-to header is not set in some emails sent to the list. > > This means that replies go directly to the requestors but not to the > > list a

[Matplotlib-users] List reply-to not set.

2007-08-22 Thread Greg Willden
It seems that the list configuration is somewhat broken. The reply-to header is not set in some emails sent to the list. This means that replies go directly to the requestors but not to the list as a whole. That seems pretty broken to me. Any list admin out there want to comment. (by replying to m

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

[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