lsst.afw g2603b601e3+b53bcbb7be
Public Member Functions | Public Attributes | List of all members
lsst.afw.geom.ellipses.EllipseMatplotlibInterface Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__init__ (   self,
  ellipse,
  scale = 1.0,
**  kwds 
)

Definition at line 49 of file __init__.py.

Member Function Documentation

◆ __getattr__()

def lsst.afw.geom.ellipses.EllipseMatplotlibInterface.__getattr__ (   self,
  name 
)

Definition at line 63 of file __init__.py.

◆ update()

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.

Member Data Documentation

◆ patch

lsst.afw.geom.ellipses.EllipseMatplotlibInterface.patch

Definition at line 57 of file __init__.py.

◆ scale

lsst.afw.geom.ellipses.EllipseMatplotlibInterface.scale

Definition at line 54 of file __init__.py.


The documentation for this class was generated from the following file: