EllipticalFrame

class astropy.visualization.wcsaxes.frame.EllipticalFrame(parent_axes, transform, path=None)[source]

Bases: astropy.visualization.wcsaxes.frame.BaseFrame

An elliptical frame.

Attributes Summary

spine_names

Methods Summary

draw(self, renderer)

Override to draw only the outer ellipse, not the major and minor axes in the middle.

update_spines(self)

Attributes Documentation

spine_names = 'chv'

Methods Documentation

draw(self, renderer)[source]

Override to draw only the outer ellipse, not the major and minor axes in the middle.

FIXME: we may want to add a general method to give the user control over which spines are drawn.

update_spines(self)[source]