You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think since the recent version of PyQtGraph lines only render if they have no NaNs. I see this by printing to the console the contents of data in lasagna.ingredients.lines.plotIngredient. When there are any NaNs it plots nothing. Seems like this bug: pyqtgraph/pyqtgraph#1057
The text was updated successfully, but these errors were encountered:
Data containing NaNs doesn't render properly with the current versions
of PyQtGraph (0.11.0rc0) and PyQt (5.14.x). This commit adds a function
to work around this which is used in the distance detector.
Related issues:
SainsburyWellcomeCentre/lasagna#247pyqtgraph/pyqtgraph#1057
Fix taken from here:
pyqtgraph/pyqtgraph#1057 (comment)
Change-Id: Ia57dadc66551c171bd52da6379d4e8524e8a82bd
I think since the recent version of PyQtGraph lines only render if they have no NaNs. I see this by printing to the console the contents of
data
inlasagna.ingredients.lines.plotIngredient
. When there are any NaNs it plots nothing. Seems like this bug: pyqtgraph/pyqtgraph#1057The text was updated successfully, but these errors were encountered: