taurus-org / taurus_pyqtgraph

Moved to https://gitlab.com/taurus-org/taurus_pyqtgraph
3 stars 14 forks source link

TaurusPlot should fully support apply/create config #52

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

The complete support of the Configuration API in Plots (and trends, #53) is the last missing bit for TEP17 completion, as seen in the README.

The main challenge is to implement it in the most modular way the possible (i.e., to avoid as much as possible to assume that the TaurusPlot class is used, and instead delegate to the various tools that, when attached to a regular pyqtgraph plot, conform the TaurusPlot).