polar_ppath_default_axes
- pyarts.plots.ppath.polar_ppath_default_axes(fig, draw_lat_lon, draw_map, draw_za_aa)[source]
Get the default axes
- Parameters:
fig (Figure) – A figure
draw_lat_lon (bool, optional) – Whether or not latitude and longitude vs radius angles are drawn. Def: True
draw_map (bool, optional) – Whether or not latitude and longitude map is drawn. Def: True
draw_za_aa (bool, optional) – Whether or not Zenith and Azimuth angles are drawn. Def: False
- Returns:
A tuple of five axis.
The order is [lat, lon, map, za, aa]
- Return type:
A list of five Axes