recorder.plot

recorder.plot(axes: axes, points: int | ndarray | None = None, color: str = 'k', **kwgs) None[source]

Plot one or several recorded time series.

Parameters:
  • axes (matplotlib.axes.Axes) – Target axes.

  • points (int | np.ndarray | None, optional) – Recording-point index or indices to display. Defaults to all points.

  • color (str, optional) – Line color.

  • **kwgs (dict) – Additional plotting keyword arguments.