gnuplotlib
gnuplotlib copied to clipboard
Realtime plot
How to plot realtime (live) data?
It would be ideal to have an example.
There isn't any special support: you would just call gp.plot() each time you refresh. Is there anything specific you'd like to plot in realtime? Would it be example-appropriate?
I have implemented data capture from a digital multimeter and want to plot it as the data is read from the multimeter.
OK. So you get some data, plot it, get some more data plot that, and so on. If you have a specific question, feel free to ask.