The sherpa.plot module

A visualization interface to Sherpa

Classes

Confidence1D()

IntervalProjection()

IntervalUncertainty()

Confidence2D()

RegionProjection()

RegionUncertainty()

Contour()

Base class for contour plots

DataContour()

Create contours of 2D data.

PSFContour()

Derived class for creating 2D PSF contours

FitContour()

Derived class for creating 2D combination data and model contours

ModelContour()

Derived class for creating 2D model contours

RatioContour()

Derived class for creating 2D ratio contours (data divided by model)

ResidContour()

Derived class for creating 2D residual contours (data-model)

SourceContour()

Derived class for creating 2D model contours

Histogram()

Base class for histogram plots

Plot()

Base class for line plots

DataPlot()

Create 1D plots of data values.

PSFPlot()

Derived class for creating 1D PSF kernel data plots

FitPlot()

Combine data and model plots for 1D data.

ModelPlot()

Create 1D plots of model values.

ChisqrPlot()

Create plots of the chi-square value per point.

ComponentModelPlot()

DelchiPlot()

Create plots of the delta-chi value per point.

RatioPlot()

Create plots of the ratio of data to model per point.

ResidPlot()

Create plots of the residuals (data - model) per point.

SourcePlot()

Create 1D plots of unconcolved model values.

ComponentSourcePlot()

ModelHistogramPlot()

Display a model as a histogram.

SourceHistogramPlot()

Display a source model as a histogram.

ComponentModelHistogramPlot()

ComponentSourceHistogramPlot()

SplitPlot([rows, cols])

Create multiple plots.

JointPlot()

Multiple plots that share a common axis

Point()

Base class for point plots

Class Inheritance Diagram

Inheritance diagram of Confidence1D, IntervalProjection, IntervalUncertainty, Confidence2D, RegionProjection, RegionUncertainty, Contour, DataContour, PSFContour, FitContour, ModelContour, RatioContour, ResidContour, SourceContour, Histogram, Plot, DataPlot, PSFPlot, FitPlot, ModelPlot, ChisqrPlot, ComponentModelPlot, DelchiPlot, RatioPlot, ResidPlot, SourcePlot, ComponentSourcePlot, ModelHistogramPlot, SourceHistogramPlot, ComponentModelHistogramPlot, ComponentSourceHistogramPlot, SplitPlot, JointPlot, Point