pyrfu.plot.plot_magnetosphere module#

pyrfu.plot.plot_magnetosphere.plot_magnetosphere(ax, tint, colors: list | None = None, field_lines: bool = True)[source]#

Plot magnetopause, bow shock and earth.

Parameters:
  • ax (matplotlib.pyplot.subplotsaxes) – Axis to plot.

  • tint (list of str) – Time interval.

  • colors (list, Optional) – Colors of the magnetopause and the bow show. Default use [“tab:blue”, “tab:red”]

Returns:

ax – Axis.

Return type:

matplotlib.pyplot.subplotsaxes