|
lsst.meas.modelfit
19.0.0-2-g9b11441+37
|
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) | |
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.
| def lsst.meas.modelfit.display.densityPlot.ScatterLayer.__init__ | ( | self, | |
| tag, | |||
| kwds | |||
| ) |
Definition at line 152 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.ScatterLayer.plotX | ( | self, | |
| axes, | |||
| data, | |||
| dim | |||
| ) |
Definition at line 156 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.ScatterLayer.plotXY | ( | self, | |
| axes, | |||
| data, | |||
| xDim, | |||
| yDim | |||
| ) |
Definition at line 162 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.ScatterLayer.plotY | ( | self, | |
| axes, | |||
| data, | |||
| dim | |||
| ) |
Definition at line 159 of file densityPlot.py.
|
static |
Definition at line 150 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.ScatterLayer.kwds |
Definition at line 154 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.ScatterLayer.tag |
Definition at line 153 of file densityPlot.py.
1.8.13