-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
There are a number of options for the core plotting functions required for PLEASE, however the two general options are:
- pyqtgraph
- old codebase already uses this so many examples are available when the plotting is re-written for 2.0
- seems to be "fast enough" and still maintained
- unclear how much work to untangle the old code and refactor into a better model/view separation
- tightly coupled to Qt - may be slower to support new versions of GUI toolkit (but is already working on Qt6 so this is less of a concern)
- chaco
- significantly different from existing code
- requires Cython
- designed for speed and interactivity
- GUI toolkit agnostic
Metadata
Metadata
Assignees
Labels
No labels