Re: [Matplotlib-users] dynamically updated plots

2008-07-14 Thread Stephen George
Hi Lubos, Lubos Vrbka wrote: >> 1. Would it be possible to do only shallow copy of the arrays that are >> being plotted so that on redrawing the figure, chanes in the datasets >> would be picked up automatically? If not, is Line2D.set_data(...) the >> right approach? >> > isn't this the way h

Re: [Matplotlib-users] dynamically updated plots

2008-07-13 Thread Lubos Vrbka
hi, > 1. Would it be possible to do only shallow copy of the arrays that are > being plotted so that on redrawing the figure, chanes in the datasets > would be picked up automatically? If not, is Line2D.set_data(...) the > right approach? isn't this the way how the plotting is done? in my experien

[Matplotlib-users] dynamically updated plots

2008-07-11 Thread Václav Šmilauer
Hello, I would like to get periodically updated plots: the data set grows at some rate (5 numbers/sec) and I would like to update all plots I have (may be multiple) once in 5 seconds, for example. I thought of storing Figure objects after creating the plots, then launch separate thread that would