plot_lookup_xsec
- pyarts.plots.arts_lookup.plot_lookup_xsec(lookup, ipressures, species=None, ax=None, tpert=0, vmrpert=0)[source]
Plot the cross section for one or more species of an ARTS lookup table.
- Parameters:
lookup (pyarts.arts.GasAbsLookup) – ARTS lookup table.
ipressures (ndarray(int)) – Indices of pressure levels to plot.
species (pyarts.arts.ArrayOfArrayOfSpeciesTag, optional) – ARTS species tags. If none is given, plots all species in the lookup table for the given vmr perturbation.
ax (AxesSubplot, optional) – Axes to plot in.
vmrpert (int) – Index of vmr perturbation for nonlinear species to plot.
tpert (int) – Index of temperature perturbation to plot.