Leotis buchanan wrote: > > 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 ?
Depending on what environment you are calling from and how complicated the graph is, remember to do pylab.ioff() and the pylab.ion() before and after your drawing commands to speed up the drawing. Also, you may want to force the axis size, because axes that change in scale all the time can be distracting -Kaushik ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users