|
lsst.meas.modelfit
19.0.0-2-g9b11441+29
|
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) | |
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.
| 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.
| def lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.plotX | ( | self, | |
| axes, | |||
| data, | |||
| dim | |||
| ) |
Definition at line 244 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.plotXY | ( | self, | |
| axes, | |||
| data, | |||
| xDim, | |||
| yDim | |||
| ) |
Definition at line 258 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.plotY | ( | self, | |
| axes, | |||
| data, | |||
| dim | |||
| ) |
Definition at line 251 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.colors |
Definition at line 241 of file densityPlot.py.
|
static |
Definition at line 237 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.kwds |
Definition at line 242 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.CrossPointsLayer.tag |
Definition at line 240 of file densityPlot.py.
1.8.13