Relative Content

Tag Archive for pythonmultithreadingcollectionsdequepyqtgraph

Serial Real Time Plotter python

The code below plots numbers received from serial port. However, the values of locals()[self.axes_mapping[axis]] are not all the received data from the function receive_data. It seems some values are lost. If I try to print the values of x, they correspond with the received data. How do I make sure that all the received data are plotted?