|
lsst.afw g712618294e+4813a5392e
|
Public Member Functions | |
| def | __init__ (self, ellipse, scale=1.0, **kwds) |
| def | __getattr__ (self, name) |
| def | update (self, show=True, rescale=True) |
Public Attributes | |
| scale | |
| patch | |
An interface for drawing the ellipse using matplotlib. This is typically initiated by calling Ellipse.plot(), which returns an instance of this class.
Definition at line 42 of file __init__.py.
| def lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__init__ | ( | self, | |
| ellipse, | |||
scale = 1.0, |
|||
| ** | kwds | ||
| ) |
Definition at line 49 of file __init__.py.
| def lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 63 of file __init__.py.
| def lsst.afw.geom.ellipses.EllipseMatplotlibInterface.update | ( | self, | |
show = True, |
|||
rescale = True |
|||
| ) |
Update the matplotlib representation to the current ellipse parameters.
Definition at line 66 of file __init__.py.
| lsst.afw.geom.ellipses.EllipseMatplotlibInterface.patch |
Definition at line 57 of file __init__.py.
| lsst.afw.geom.ellipses.EllipseMatplotlibInterface.scale |
Definition at line 54 of file __init__.py.