Figure_elec.plot_all_elec

Figure_elec.plot_all_elec(data, t=None, i_res=0, which='dv_eit', **kwgs)[source]

Plot one signal trace per electrode on the managed figure.

Parameters:
  • data (list | eit_results_list | np.ndarray) – Data source to plot.

  • t (np.ndarray | list | None, optional) – Time vector or list of time vectors used with raw arrays.

  • i_res (int, optional) – Result index extracted from an eit_results_list.

  • which (str, optional) – Signal family extracted from an eit_results_list.

  • **kwgs (dict) – Additional keyword arguments forwarded to Axes.plot.

Returns:

Managed axes.

Return type:

list[matplotlib.axes.Axes]