taurus.qt.qtgui.extra_guiqwt
This module provides the glue between taurus and guiqwt. It essentially provides taurus extensions to qwtgui
Submodules
Classes
- class TaurusCurveDialog(parent=None, designMode=False, toolbar=True, **kwargs)[source]
A taurus dialog for showing 1D data. It behaves as a regular
guiqwt.plot.CurveDialog
but it also offers the expected Taurus interface (e.g. setting models, save/apply configs, drag&drops,…)See also
TaurusCurveWidget
- class TaurusImageDialog(parent=None, designMode=False, toolbar=True, **kwargs)[source]
A taurus dialog for showing 2D data. It behaves as a regular
guiqwt.plot.ImageDialog
but it also offers the expected Taurus interface (e.g. setting models, save/apply configs, drag&drops,…)See also
TaurusImageWidget
- class TaurusTrend2DDialog(parent=None, designMode=False, toolbar=True, stackMode='deltatime', buffersize=512, options=None, autoscale='xyz', **kwargs)[source]
This is a widget for displaying trends from 1D Taurus attributes (i.e., representing the variation over time of a 1D array). Sometimes this kind of plots are also known as “spectrograms”.
The widget shows a 3D plot (Z represented with colors) where the values in the 1D array are plotted in the Y-Z plane and are stacked along the X axis.
- class TaurusTrendDialog(parent=None, designMode=False, taurusparam=None, toolbar=True, **kwargs)[source]
A taurus widget for showing trends of scalar data. It is an specialization of
guiqwt.plot.CurveWidget
, for displaying trends and offering the expected Taurus interface (e.g. setting models, save/apply configs, drag&drops,…)See also