embed-pyqtgraph-tutorial icon indicating copy to clipboard operation
embed-pyqtgraph-tutorial copied to clipboard

Real Time Graph

Open sym44 opened this issue 7 years ago • 1 comments

Hi, ixjlyons

Thanks for the nice tut. Is is possible to make a tutorial on how to embed real-time updating graphs into PyQt GUI?

sym44 avatar Jan 21 '17 10:01 sym44

I'm glad it's useful. I'll consider adding something about updating a plot with a separate QThread, since I find that to be the most natural way in the context of embedding pyqtgraph plots in an existing Qt UI. In the meantime, you might take a look at the PlotSpeedTest example to see one implementation with QTimer.

ixjlyons avatar Jan 22 '17 01:01 ixjlyons