fill_between_all_elec
- nrv.eit.utils.fill_between_all_elec(axs, res_list_1, res_list_2, t=None, **kwgs)[source]
Fill the area between two electrode-wise signals.
- Parameters:
axs (list[matplotlib.axes.Axes]) – Axes to update.
res_list_1 (np.ndarray) – Arrays containing the lower and upper traces.
res_list_2 (np.ndarray) – Arrays containing the lower and upper traces.
t (np.ndarray | None, optional) – Time vector.
**kwgs (dict) – Additional keyword arguments forwarded to
Axes.fill_between.
- Returns:
Updated axes.
- Return type: