lsst.meas.modelfit g8cdf404ddd+ad9cf596d9
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.modelfit.display.densityPlot.ScatterLayer Class Reference

Public Member Functions

def __init__ (self, tag, **kwds)
 
def plotX (self, axes, data, dim)
 
def plotY (self, axes, data, dim)
 
def plotXY (self, axes, data, xDim, yDim)
 

Public Attributes

 tag
 
 kwds
 

Static Public Attributes

 defaults = dict(linewidth=0, alpha=0.2)
 

Detailed Description

A Layer class that plots individual points in 2-d, and does nothing in 1-d.

Relies on two data object attributes:

   values ----- a (M,N) array of data points, where N is the dimension of the dataset and M is the
                number of data points

   weights ---- (optional) an array of weights with shape (M,); will be used to set the color of points

Definition at line 138 of file densityPlot.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.modelfit.display.densityPlot.ScatterLayer.__init__ (   self,
  tag,
**  kwds 
)

Definition at line 152 of file densityPlot.py.

Member Function Documentation

◆ plotX()

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

Definition at line 156 of file densityPlot.py.

◆ plotXY()

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

Definition at line 162 of file densityPlot.py.

◆ plotY()

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

Definition at line 159 of file densityPlot.py.

Member Data Documentation

◆ defaults

lsst.meas.modelfit.display.densityPlot.ScatterLayer.defaults = dict(linewidth=0, alpha=0.2)
static

Definition at line 150 of file densityPlot.py.

◆ kwds

lsst.meas.modelfit.display.densityPlot.ScatterLayer.kwds

Definition at line 154 of file densityPlot.py.

◆ tag

lsst.meas.modelfit.display.densityPlot.ScatterLayer.tag

Definition at line 153 of file densityPlot.py.


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