[pyqtgraph] Re: Scrolling Plots - Real Time Plot Updates How To?

2018-05-17 Thread Kaisar Khatak
Thank you for responding. The capture rate will match the frame rate and processing. So, I expect there to be 25-30 (frame rate) values per second. Its a very simple python app. I do not think I even need to date/time variable on the second (x) axis - maybe a nice to have. I just want to show

[pyqtgraph] Re: Scrolling Plots - Real Time Plot Updates How To?

2018-05-17 Thread Robert BudzyƄski
I think threading would complicate things *a lot.* What is the rate of data acquisition (values per second)? I am able to simulate a few hundred particles bouncing around on a region of the plane at 25 fps, with no threading. So if you don't need to do any complicated processing on your data,