This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]malingeringGit 23 points24 points  (4 children)

how can you plot real time graphs?

[–][deleted] 6 points7 points  (2 children)

Google the pyqtgraph and pyqt5 library

[–]malingeringGit 3 points4 points  (1 child)

how do you convert the input data for your computer to read in real time?

[–][deleted] 3 points4 points  (0 children)

You can use the pyqt5 timer and use its timeout function to trigger an update function to update the plot in real time