I am trying to display some data in a line graph - there are 1024 points,
updating ~40 times/second. Some of the points are invalid (set to
float("inf") ) and are supposed to cause a break in the line if I
understand the default behaviour of the "connect" parameter correctly.
However, I am periodically seeing that there is a straight line joining
the valid points either side of the invalid period.
I can stop updating the graph and catch this happening - as soon as I use
the mouse zoom functionality to change the scale of the graph in this state
the erroneous line vanishes, and the graph is drawn with breaks in the line
as I expect that it should.
Can anyone suggest why the erroneous lines are appearing, and how I can
ensure they don't appear?
--
You received this message because you are subscribed to the Google Groups
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/pyqtgraph/559c2c62-8372-471f-b36c-77e314368006n%40googlegroups.com.