gnuplotlib icon indicating copy to clipboard operation
gnuplotlib copied to clipboard

Realtime plot

Open d-el opened this issue 3 months ago • 1 comments

How to plot realtime (live) data?

It would be ideal to have an example.

d-el avatar Dec 09 '25 15:12 d-el

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?

dkogan avatar Dec 11 '25 05:12 dkogan

I have implemented data capture from a digital multimeter and want to plot it as the data is read from the multimeter.

d-el avatar Dec 18 '25 03:12 d-el

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.

dkogan avatar Dec 19 '25 06:12 dkogan