lsst.afw gb3a676b8dc+b4feba26a1
|
Public Member Functions | |
__init__ (self, ellipse, scale=1.0, **kwds) | |
__getattr__ (self, name) | |
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.
lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__init__ | ( | self, | |
ellipse, | |||
scale = 1.0, | |||
** | kwds ) |
Definition at line 49 of file __init__.py.
lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__getattr__ | ( | self, | |
name ) |
Definition at line 63 of file __init__.py.
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.