|
lsst.meas.modelfit
18.1.0-3-g8f4a2b1+29
|
Classes | |
| class | LayerDict |
Public Member Functions | |
| def | __init__ (self, figure, kwds) |
| def | replot (self) |
| def | draw (self) |
Public Attributes | |
| figure | |
| data | |
| layers | |
Properties | |
| active = property(_get_active, _set_active, doc="sequence of active dimensions to plot (sequence of str)") | |
An object that manages a matrix of matplotlib.axes.Axes objects that represent a set of 1-d and 2-d slices through an N-d density.
Definition at line 268 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.DensityPlot.__init__ | ( | self, | |
| figure, | |||
| kwds | |||
| ) |
Definition at line 308 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.DensityPlot.draw | ( | self | ) |
Definition at line 434 of file densityPlot.py.
| def lsst.meas.modelfit.display.densityPlot.DensityPlot.replot | ( | self | ) |
Definition at line 380 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.DensityPlot.data |
Definition at line 310 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.DensityPlot.figure |
Definition at line 309 of file densityPlot.py.
| lsst.meas.modelfit.display.densityPlot.DensityPlot.layers |
Definition at line 329 of file densityPlot.py.
|
static |
Definition at line 378 of file densityPlot.py.
1.8.13