plot_ppath_field
- typhon.plots.plot_ppath_field(ppath_field, planetary_radius=1, lat_is_x=True, scale_alt=1000, subplots=1, auto_adjust=True, axes=None)[source]
Return the ARTS Ppath plotted on the surface
- Parameters:
ppath_field – (Ppath or Workspace) Propagation path or Wosrkspace with the path
planetary_radius – (Numeric) Spherical radius of the planetary body (if ppath_field is not Workspace)
lat_is_x – (Boolean) Have lat or lon act as the x-coordinate?
scale_alt – (Numeric) Divide altitude and planetary_radius by this value
subplots – (Index) Divides the ppath_field into this many equally long segments, so that the first len(ppath_field) // subplots plots are drawn on the same surface and so forth
auto_adjust – (Boolean) If true calls adjust_ppath_field_box_by_minmax
axes – Either list of subplots, or None.
- Returns:
list of axis of the length of subplots