plot: 1D and 2D Plot widgetsΒΆ

For an introduction to the widgets of this module, see Getting started with plot widgets.

Qt widgets for 1D and 2D plotting.

This package provides a set of widgets for plotting curve and images. Those widgets supports interaction (e.g., zoom, pan, selections).

The plotting API is inherited from and thus mostly compatible with PyMca plot API.

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.
  • plot1D(): A function to plot curves from the (i)Python console.
  • plot2D(): A function to plot an image from the (i)Python console.

Snapshot of the widgets:

imgPlotWidget imgPlotWindow
PlotWidget PlotWindow

Public modules:

Internals:

Previous topic

silx.gui: Graphical user interface

Next topic

Getting started with plot widgets

This Page