extent#

sunpy.visualization.drawing.extent(axes, wcs, **kwargs)[source]#

Draws the extent as defined by a given WCS instance.

Parameters:
Returns:

  • visible (Polygon) – The patch added to the axes for the visible part of the WCS extent.

  • hidden (Polygon) – The patch added to the axes for the hidden part of the WCS extent.