Raises an error that the x and y it was passed are different lengths. I believe this is caused when we are updating the graph too fast and there is somehow overlap between calls, because the y values are constructed from range(len(x)), so the arguments that are passed cannot be different lengths.
As the graph is not a core feature and these don't impair the actual usage of it, this is currently low priority.
Update: We caught the second error above to avoid printing it and alarming users. We will switch away from pyqtgraph in the future, so still not worrying about a permanent fix too much.
Pyqtgraph has two sporadic issues:
range(len(x))
, so the arguments that are passed cannot be different lengths.As the graph is not a core feature and these don't impair the actual usage of it, this is currently low priority.