Re: [Matplotlib-users] Displaying data that is changing

2008-12-28 Thread John Hunter
On Sun, Dec 28, 2008 at 12:39 PM, Leotis buchanan 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 d

Re: [Matplotlib-users] Displaying data that is changing

2008-12-28 Thread Kaushik Ghose
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 a