itom.figure.plot

figure.plot(data[, areaIndex, className, properties]) → plots a dataObject in the current or given area of this figure

Plot an existing dataObject in not dockable, not blocking window. The style of the plot will depend on the object dimensions. If x-dim or y-dim are equal to 1, plot will be a lineplot else a 2D-plot.

Parameters:

data : {DataObject}

Is the data object whose region of interest will be plotted.

areaIndex: {int}, optional :

Area number where the plot should be put if subplots have been created

className : {str}, optional

class name of desired plot (if not indicated default plot will be used (see application settings)

properties : {dict}, optional

optional dictionary of properties that will be directly applied to the plot widget.