itom.figure.plot

figure.plot(data[, areaIndex, className]) → 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 :

className : {str}, optional

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

This Page