Have you read these?
http://www.scipy.org/Cookbook/Matplotlib/Animations
http://matplotlib.sourceforge.net/examples/animation/index.html?highlight=animation
What I normally do is plot everything (forget about interactive mode, its
just too slow) and get handles to curves, then update the curves va
Hi,
I wish to have several (about 3) plots which are updated about once per
second, as part of some application that's monitoring an instrument.
I set pyplot to interactive mode. I create as many figures as I need, and
then I simply plot to them whenever I have new data coming in (each time I
pl