make_wavenumber_axes

sitelle.plot.make_wavenumber_axes(ax, **kwargs)

Create an axes suitable to plot spectra in wavenumber.

Parameters:
  • ax (Axes) – The matplotlib axes to modify
  • kwargs (dict) – A dictionnary {key : value} to customize axes. It is used as axes.set_$key$ = value

See also

customize_axes