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.

FocalPlanePlot(*args, **kw)

Plots the focal plane distribution of a parameter.

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

digraph inheritance31bd2a2c67 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "AnalysisAction" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Base class interface for the various actions used in analysis tools."]; "ConfigurableAction" -> "AnalysisAction" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BarPlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.BarPlot.html#lsst.analysis.tools.actions.plot.BarPlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A plotting tool which can take multiple keyed data inputs"]; "PlotAction" -> "BarPlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ColorColorFitPlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.ColorColorFitPlot.html#lsst.analysis.tools.actions.plot.ColorColorFitPlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Makes a color-color plot and overplots a"]; "PlotAction" -> "ColorColorFitPlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Config" [URL="../../../py-api/lsst.pex.config.Config.html#lsst.pex.config.Config",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for configuration (*config*) objects."]; "ConfigurableAction" [URL="../../../py-api/lsst.pex.config.configurableActions.ConfigurableAction.html#lsst.pex.config.configurableActions.ConfigurableAction",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A `ConfigurableAction` is an interface that extends a"]; "Config" -> "ConfigurableAction" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DiaSkyPlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.DiaSkyPlot.html#lsst.analysis.tools.actions.plot.DiaSkyPlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Generic pseudo base class for plotting DiaSources"]; "PlotAction" -> "DiaSkyPlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "FocalPlanePlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.FocalPlanePlot.html#lsst.analysis.tools.actions.plot.FocalPlanePlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Plots the focal plane distribution of a parameter."]; "PlotAction" -> "FocalPlanePlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "HistPlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.HistPlot.html#lsst.analysis.tools.actions.plot.HistPlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Make an N-panel plot with a configurable number of histograms displayed"]; "PlotAction" -> "HistPlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MultiVisitCoveragePlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.MultiVisitCoveragePlot.html#lsst.analysis.tools.actions.plot.MultiVisitCoveragePlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Plot the coverage for a set of visits."]; "PlotAction" -> "MultiVisitCoveragePlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "PlotAction" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="A `PlotAction` is an `AnalysisAction` that returns a `PlotType` or"]; "AnalysisAction" -> "PlotAction" [arrowsize=0.5,style="setlinewidth(0.5)"]; "RhoStatisticsPlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.RhoStatisticsPlot.html#lsst.analysis.tools.actions.plot.RhoStatisticsPlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Make multiple plots of rho statistics."]; "PlotAction" -> "RhoStatisticsPlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ScatterPlotWithTwoHists" [URL="../../../py-api/lsst.analysis.tools.actions.plot.ScatterPlotWithTwoHists.html#lsst.analysis.tools.actions.plot.ScatterPlotWithTwoHists",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Makes a scatter plot of the data with a marginal"]; "PlotAction" -> "ScatterPlotWithTwoHists" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SkyPlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.SkyPlot.html#lsst.analysis.tools.actions.plot.SkyPlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Plots the on sky distribution of a parameter."]; "PlotAction" -> "SkyPlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; "XYPlot" [URL="../../../py-api/lsst.analysis.tools.actions.plot.XYPlot.html#lsst.analysis.tools.actions.plot.XYPlot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Make a plot (with errorbars) of one quantity (X) vs another (Y)."]; "PlotAction" -> "XYPlot" [arrowsize=0.5,style="setlinewidth(0.5)"]; }