Re: [Matplotlib-users] Animate scatter plots

2008-11-25 Thread Cohen-Tanugi Johann
indeed it works with python now, provided I uncomment the wxAgg setting in the script. best, Johann Eric Bruning wrote: > Strange, strange. iPython is apparently having some effect here: I tried > ipython -pylab animation.py > and I got a figure with the initial plot, but nothing further > happen

Re: [Matplotlib-users] Animate scatter plots

2008-11-24 Thread Eric Bruning
Strange, strange. iPython is apparently having some effect here: I tried ipython -pylab animation.py and I got a figure with the initial plot, but nothing further happened. After closing the plot, I typed run animation.py at the ipython prompt, and saw the initial plot, erasure, and animation that

Re: [Matplotlib-users] Animate scatter plots

2008-11-23 Thread Cohen-Tanugi Johann
> hi, I tried your script, commenting/uncommenting the backend line, but > I still get: > [EMAIL PROTECTED] ~]$ ipython -pylab MACROS/animation.py > --- > > AttributeErrorTraceback (most recent ca

Re: [Matplotlib-users] Animate scatter plots

2008-11-21 Thread Eric Bruning
Hi Eric, > > On Fri, Nov 21, 2008 at 11:19 AM, Eric Jonas <[EMAIL PROTECTED]> wrote: >> I've looked through the latest examples as well as google and the list >> archives, and am still at a loss -- can anyone point me to an example of >> how to animate a scatter plot? I've attached a somewhat unpo

[Matplotlib-users] Animate scatter plots

2008-11-21 Thread Eric Jonas
I've looked through the latest examples as well as google and the list archives, and am still at a loss -- can anyone point me to an example of how to animate a scatter plot? The collection returned by scatter() lacks anything akin to a set_data method. Thanks! ...Eric