plot: 1D and 2D Plot widgets

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:

  • PlotWidget: A widget displaying a single plot.
  • PlotWindow: A PlotWidget with a configurable set of tools.
  • Plot1D: A widget with tools for curves.
  • Plot2D: A widget with tools for images.
  • ImageView: A widget with tools for images and a side histogram.
  • StackView: A widget with tools for a stack of images.

Note

This package currently depends on matplotlib.

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.

Table Of Contents

Previous topic

icons: Set of icons

Next topic

Getting started with plot widgets

This Page