This package provides a set of Qt widgets for plotting curves and images.
The plotting API is inherited from the PyMca plot API and is mostly compatible with it.
Those widgets supports interaction (e.g., zoom, pan, selections).
List of Qt widgets:
For an introduction to the widgets of this package, see Getting started with plot widgets.
For examples of custom plot actions, see Adding custom plot actions.
Widget | Description |
---|---|
PlotWidget is the base Qt widget providing a plot area. Other plot widgets are based on this one and provides the same API. | |
PlotWindow adds a toolbar to PlotWidget. The content of this toolbar can be configured from the PlotWindow constructor or by hiding its content afterward. | |
Plot1D is a PlotWindow configured with tools useful for curves. | |
Plot2D is a PlotWindow configured with tools useful for images. | |
ImageView adds side histograms to a Plot2D widget. |