pyrfu.plot.plot_ang_ang module#

pyrfu.plot.plot_ang_ang.plot_ang_ang(vdf, tint: list | None = None, en_range: list | None = None)[source]#

Creates colormap of the phase space density or the differential particle flux, as a function of the azimuthal and elevation angles.

Parameters:
  • vdf (xarray.Dataset) – Skymap distribution.

  • tint (list of str, Optional) – Time interval. If the time interval contains only one element, uses the distribution at the closest time. If the time interval contains two elements, time average the distribution. If None, uses the entire timeline for averaging. Default is None.

  • en_range (list of float, Optional) – Energy range. If None uses the entire energy range.

Returns:

  • f (matplotlib.figure.Figure) – Figure

  • ax (matplotlib.axes._subplots.AxesSubplot) – Axis

  • cax (matplotlib.axes._axes.Axes) – Colorbar axis