pyeit_inverse.cbar
- pyeit_inverse.cbar(ax: Axes, i_to_solve=None, i_t: int = 0, i_f: int = 0, i_res: int = 0, **kwgs)[source]
Add a colorbar for a reconstructed PyEIT image.
- Parameters:
ax (matplotlib.axes.Axes) – Axes associated with the plotted reconstruction.
i_to_solve (int | None, optional) – Unused placeholder for API symmetry.
i_t (int, optional) – Time index.
i_f (int, optional) – Frequency index.
i_res (int, optional) – Result index.
**kwgs (dict) – Additional keyword arguments reserved for future extensions.