polar_ppath_za
- pyarts.plots.ppath.polar_ppath_za(za, ax=None)[source]
Basic plot for ppath zeniths
- Parameters:
za (np.array) – List of Zenith angles [in radians]
ax (Axes, optional) – The axis to draw at. The default is None, which generates a default polar coordinate.
- Returns:
ax – As input
- Return type:
As input.