lsst.afw
20.0.0-9-g61a2a9a3d+63f5489896
|
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 39 of file __init__.py.
def lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__init__ | ( | self, | |
ellipse, | |||
scale = 1.0 , |
|||
** | kwds | ||
) |
Definition at line 46 of file __init__.py.
def lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__getattr__ | ( | self, | |
name | |||
) |
Definition at line 60 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 63 of file __init__.py.
lsst.afw.geom.ellipses.EllipseMatplotlibInterface.patch |
Definition at line 54 of file __init__.py.
lsst.afw.geom.ellipses.EllipseMatplotlibInterface.scale |
Definition at line 51 of file __init__.py.