On Sun, Dec 28, 2008 at 12:39 PM, Leotis buchanan
<leotisbucha...@gmail.com> wrote:
> Hey Guys,
>
> I want to use matplotlib to plot data that is changing every second, I am
> thinking that in order to do this i will have to update the data array with
> the new data ,
> and redraw the graph. Is this the recommended way to do it ?

See the animation cookbook and examples

  http://www.scipy.org/Cookbook/Matplotlib/Animations

But note that the section "GUI neutral animation in pylab" is no
longer recommended or supported.

The recommended practice can be found in the examples:

  http://matplotlib.sourceforge.net/examples/animation/index.html

JDH

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to