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
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
> 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
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
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