silx.gui.plot.actions.fit¶
silx.gui.plot.actions.fit module provides actions relative to fit.
The following QAction are available:
-
class
FitAction(plot, parent=None)[source]¶ QAction to open a
FitWidgetand set its data to the active curve if any, or to the first curve.- Parameters
plot –
PlotWidgetinstance on which to operateparent – See
QAction