Docks#

The datalab.gui.docks module provides the dockable widgets for the DataLab main window.

Plot widget#

class datalab.gui.docks.DataLabPlotWidget(plot_type: PlotType)[source]#

DataLab PlotWidget

Extends the SigimaX plot widget with the « Process signal » action, which sends a profile to the DataLab signal panel.

Paramètres:

plot_type – Plot type

Dockable plot widget#

class datalab.gui.docks.DockablePlotWidget(parent: QWidget, plot_type: PlotType)[source]#

Docked plotting widget

Paramètres:
  • parent – Parent widget

  • plot_type – Plot type

PLOTWIDGET_CLASS#

alias de DataLabPlotWidget