taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Provide plot, trend, trend2d and image subcommands #1120

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

Implement plot, trend, trend2d and image subcommands to replace the plugin-specific ones (qwt5 plot, tpg plot, etc.).

The new subcommands make use of taurus.core.util.plugin.selectEntryPoint in order to select the preferred implementation for the plot (or trend, etc) widget, and the plugins register the corresponding widget classes using the following newly defined entry point groups:

The following is needed to consider this PR ready for integration:

cpascual commented 4 years ago

@taurus-org/integrators , this is ready to be reviewed.

cpascual commented 4 years ago

Note: when evaluating this PR, it may be useful to use also https://github.com/taurus-org/taurus_pyqtgraph/pull/50 to test it