Hi,

I am trying to create a multi-subplot animation with based loosely
on the animation example code, subplots.py, at
http://matplotlib.sourceforge.net/examples/animation/subplots.html

A simplified version of the full code is shown at this gist:
https://gist.github.com/3613113

I am having problems getting the code to function properly. If I run
it as is, the figure appears, but no animation is done. Apparently
the setup code is called, but the code to change the frames is not.
If I comment out the call to the setup code, the method to update
the frame is called once, and that is it.

I would appreciate any help and insights that you can provide.

Thank you very much.

-g


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to