draw_limb¶
- sunpy.visualization.draw_limb(axes, observer, *, rsun: Unit("m") = <<class 'astropy.constants.iau2015.IAU2015'> name='Nominal solar radius' value=695700000.0 uncertainty=0.0 unit='m' reference='IAU 2015 Resolution B 3'>, resolution=1000, **kwargs)[source]¶
Deprecated since version 4.1: This will be moved.
Draws the solar limb as seen by the specified observer.
The limb is a circle for only the simplest plots. If the specified observer of the limb is different from the observer of the coordinate frame of the plot axes, not only may the limb not be a true circle, a portion of the limb may be hidden from the observer. In that case, the circle is divided into visible and hidden segments, represented by solid and dotted lines, respectively.
- Parameters:
axes (
axes
orNone
) – Axes to plot limb on.observer (
astropy.coordinates.SkyCoord
) – Observer coordinate for which the limb is drawn.rsun (
Quantity
) – Solar radius (in physical length units) at which to draw the limb. Defaults to the standard photospheric radius.resolution (
int
) – The number of points to use to represent the limb.
- Returns: