Skip to content

PyPi v2.0.1

Compare
Choose a tag to compare
@Dennis-van-Gils Dennis-van-Gils released this 03 Aug 20:34
· 76 commits to master since this release
  • Workaround: PyQt5 >= 5.12.3 causes a bug in PyQtGraph where a curve won't render if it contains NaNs (but only in the case when OpenGL is disabled). The curve will now be displayed correctly, i.e., fragmented whenever a NaN is encountered. When OpenGL is enabled, linear interpolation will occur at the gaps as per pyqtgraph.plotCurveItem.paintGL().