-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for plotting data containing NaNs
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#247 pyqtgraph/pyqtgraph#1057 Fix taken from here: pyqtgraph/pyqtgraph#1057 (comment) Change-Id: Ia57dadc66551c171bd52da6379d4e8524e8a82bd
- Loading branch information
1 parent
71b8d17
commit 75a1e6f
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = "3.2.19" | ||
__version__ = "3.2.20" | ||
|
||
SDK_VERSION = "2.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters