Overview¶
The Plot items module provides the classes for the plot items.
Plot items are the graphical objects that are displayed on a 2D plotting widget
like BasePlot.
Items may be created either by using the appropriate class constructor or by
using the builder.make factory object.
See also
- Item builder
Module providing the
builder.makefactory object which can be used to create plot items- Plot widgets
Module providing ready-to-use curve and image plotting widgets and dialog boxes
Curves¶
The following curve items are available:
CurveItem: a curve plot itemErrorBarCurveItem: a curve plot item with error bars
Images¶
The following image items are available:
ImageItem: simple imagesTrImageItem: images supporting arbitrary affine transformXYImageItem: images with non-linear X/Y axesHistogram2DItem: 2D histogramImageFilterItem: rectangular filtering area that may be resized and moved onto the processed image
Flow fields¶
The following flow field items are available:
QuiverItem: a flow field item with arrows
Grid¶
A single grid item is available: GridItem.
Shapes¶
The following shape items are available:
Annotations¶
The following annotation items are available:
Labels¶
The following label items are available: