lsst.meas.modelfit  20.0.0+10
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.modelfit.display.densityPlot.CrossPointsLayer Class Reference

Public Member Functions

def __init__ (self, tag, colors=("y", "m", "c", "r", "g", "b"), **kwds)
 
def plotX (self, axes, data, dim)
 
def plotY (self, axes, data, dim)
 
def plotXY (self, axes, data, xDim, yDim)
 

Public Attributes

 tag
 
 colors
 
 kwds
 

Static Public Attributes

 defaults = dict(alpha=0.8)
 

Detailed Description

A layer that marks a few points with axis-length vertical and horizontal lines.

This relies on a "points" data object attribute.

Definition at line 231 of file densityPlot.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.__init__ (   self,
  tag,
  colors = ("y", "m", "c", "r", "g", "b"),
**  kwds 
)

Definition at line 239 of file densityPlot.py.

Member Function Documentation

◆ plotX()

def lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.plotX (   self,
  axes,
  data,
  dim 
)

Definition at line 244 of file densityPlot.py.

◆ plotXY()

def lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.plotXY (   self,
  axes,
  data,
  xDim,
  yDim 
)

Definition at line 258 of file densityPlot.py.

◆ plotY()

def lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.plotY (   self,
  axes,
  data,
  dim 
)

Definition at line 251 of file densityPlot.py.

Member Data Documentation

◆ colors

lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.colors

Definition at line 241 of file densityPlot.py.

◆ defaults

lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.defaults = dict(alpha=0.8)
static

Definition at line 237 of file densityPlot.py.

◆ kwds

lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.kwds

Definition at line 242 of file densityPlot.py.

◆ tag

lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.tag

Definition at line 240 of file densityPlot.py.


The documentation for this class was generated from the following file: