polar_ppath_map
- pyarts.plots.ppath.polar_ppath_map(lat, lon, ax=None)[source]
Basic plot for ppath longitudes
- Parameters:
lat (np.array) – List of latitudes [in degrees]
lon (np.array) – List of longitudes [in degrees].
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.