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)

Makes a color-color plot and overplots a prefited line to the specified area of the plot.

DiaSkyPlot(*args, **kw)

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

HistPlot(*args, **kw)

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

MultiVisitCoveragePlot(*args, **kw)

Plot the coverage for a set of visits.

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.

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.diaSkyPlot.DiaSkyPlot, lsst.analysis.tools.actions.plot.histPlot.HistPlot, lsst.analysis.tools.actions.plot.multiVisitCoveragePlot.MultiVisitCoveragePlot, 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.xyPlot.XYPlot