Closed bungernut closed 4 years ago
I'm getting 0.143s execute times for the dataUpdated() method which draws the plots. I'm hoping to shave a lot of cycles by finding a more efficient method
dataUpdated()
Currently investigating this https://bastibe.de/2013-05-30-speeding-up-matplotlib.html
pyqtgraph branch is available speeding up plotting.
I'm getting 0.143s execute times for the
dataUpdated()
method which draws the plots. I'm hoping to shave a lot of cycles by finding a more efficient method