lsst.meas.modelfit  13.0-8-g8613bc8+13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.modelfit.display.densityPlot.ScatterLayer Class Reference
Inheritance diagram for lsst.meas.modelfit.display.densityPlot.ScatterLayer:

Public Member Functions

def __init__
 
def plotX
 
def plotY
 
def plotXY
 

Public Attributes

 tag
 
 kwds
 

Static Public Attributes

tuple 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 140 of file densityPlot.py.

Constructor & Destructor Documentation

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

Definition at line 154 of file densityPlot.py.

Member Function Documentation

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

Definition at line 158 of file densityPlot.py.

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

Definition at line 164 of file densityPlot.py.

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

Definition at line 161 of file densityPlot.py.

Member Data Documentation

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

Definition at line 152 of file densityPlot.py.

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

Definition at line 156 of file densityPlot.py.

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

Definition at line 155 of file densityPlot.py.


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