pyrfu.plot.plot_line module#

pyrfu.plot.plot_line.plot_line(axis, inp, **kwargs)[source]#

Line plot of time series.

Parameters:
  • axis (matplotlib.axes._axes.Axes) – Single axis where to plot inp. If None creates a new figure with a single axis.

  • inp (xarray.DataArray) – Time series to plot

  • **kwargs – Keyword arguments control the line properties. See matplotlib.lines.Line2D for reference.

Returns:

axs – Axis with matplotlib.lines.Line2D.

Return type:

matplotlib.axes._axes.Axes