Plot Types

This page lists the plot types provided by analysis_tools. The modules for these plots are all in python/lsst/analysis/tools/actions/plot and can all be found on GitHub.

lsst.analysis.tools.actions.plot Package

Classes

BarPlot(*args, **kw)

A plotting tool which can take multiple keyed data inputs and can create one or more bar graphs.

ColorColorFitPlot(*args, **kw)

Make a color-color plot and overplot a prefited line to the fit region.

CompletenessHist(*args, **kw)

Makes plots of completeness and purity.

DiaSkyPlot(*args, **kw)

Generic pseudo base class for plotting DiaSources (or DiaObjects) on the sky.

FocalPlaneGeometryPlot(*args, **kw)

Plots the focal plane distribution of a parameter in afw camera geometry units: amplifiers and detectors.

FocalPlanePlot(*args, **kw)

Plots the focal plane distribution of a parameter.

GridPanelConfig(*args, **kw)

GridPlot(*args, **kw)

Plot a series of plot elements onto a regularly spaced grid.

HistPlot(*args, **kw)

Make an N-panel plot with a configurable number of histograms displayed in each panel.

InterpolateDetectorMetricPlot(*args, **kw)

Interpolate metrics evaluated at locations across a detector.

MatrixPlot(*args, **kw)

Make the plot of a matrix (2D array).

Med2Mad(*args, **kw)

Return the median +/- 2*nansigmamad values of an input vector to use as the minimum and maximum values of a colorbar range.

MinMax(*args, **kw)

Return the maximum and minimum values of an input vector to use as the minimum and maximum values of a colorbar range.

MultiVisitCoveragePlot(*args, **kw)

Plot the coverage for a set of visits.

PerTractPropertyMapPlot(*args, **kw)

RhoStatisticsPlot(*args, **kw)

Make multiple plots of rho statistics.

ScatterPlotWithTwoHists(*args, **kw)

Makes a scatter plot of the data with a marginal histogram for each axis.

SkyPlot(*args, **kw)

Plots the on sky distribution of a parameter.

SurveyWidePropertyMapPlot(*args, **kw)

WholeSkyPlot(*args, **kw)

Plots the on sky distribution of a parameter.

XYPlot(*args, **kw)

Make a plot (with errorbars) of one quantity (X) vs another (Y).

Class Inheritance Diagram

Inheritance diagram of lsst.analysis.tools.actions.plot.barPlots.BarPlot, lsst.analysis.tools.actions.plot.colorColorFitPlot.ColorColorFitPlot, lsst.analysis.tools.actions.plot.completenessPlot.CompletenessHist, lsst.analysis.tools.actions.plot.diaSkyPlot.DiaSkyPlot, lsst.analysis.tools.actions.plot.focalPlanePlot.FocalPlaneGeometryPlot, lsst.analysis.tools.actions.plot.focalPlanePlot.FocalPlanePlot, lsst.analysis.tools.actions.plot.gridPlot.GridPanelConfig, lsst.analysis.tools.actions.plot.gridPlot.GridPlot, lsst.analysis.tools.actions.plot.histPlot.HistPlot, lsst.analysis.tools.actions.plot.interpolateDetectorPlot.InterpolateDetectorMetricPlot, lsst.analysis.tools.actions.plot.matrixPlot.MatrixPlot, lsst.analysis.tools.actions.plot.calculateRange.Med2Mad, lsst.analysis.tools.actions.plot.calculateRange.MinMax, lsst.analysis.tools.actions.plot.multiVisitCoveragePlot.MultiVisitCoveragePlot, lsst.analysis.tools.actions.plot.propertyMapPlot.PerTractPropertyMapPlot, lsst.analysis.tools.actions.plot.rhoStatisticsPlot.RhoStatisticsPlot, lsst.analysis.tools.actions.plot.scatterplotWithTwoHists.ScatterPlotWithTwoHists, lsst.analysis.tools.actions.plot.skyPlot.SkyPlot, lsst.analysis.tools.actions.plot.propertyMapPlot.SurveyWidePropertyMapPlot, lsst.analysis.tools.actions.plot.wholeSkyPlot.WholeSkyPlot, lsst.analysis.tools.actions.plot.xyPlot.XYPlot