polar_ppath_aa

pyarts.plots.ppath.polar_ppath_aa(aa, ax=None)[source]

Basic plot for ppath azimuths

Parameters:
  • aa (np.array) – List of Azimuth 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.