polar_ppath_lon
- pyarts.plots.ppath.polar_ppath_lon(rad, lon, planetary_radius, rscale, ax=None)[source]
Basic plot for ppath longitudes
- Parameters:
rad (np.array) – List of radiuses [in meters]
lon (np.array) – List of longitudes [in radian].
planetary_radius (float) – A planetary radius in same unit as rad.
rscale (A rescaler for the radius) – This will rescale values. If rad is in meters, rscale=1000 means that the scale is now in kilometers
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.