pyeit_inverse.plot
- pyeit_inverse.plot(ax: Axes, i_t: int = 0, i_f: int = 0, i_res: int = 0, filter=None, **kwgs)[source]
Plot one reconstructed PyEIT image on a triangulated mesh.
- Parameters:
ax (matplotlib.axes.Axes) – Target axes.
i_t (int, optional) – Time index.
i_f (int, optional) – Frequency index.
i_res (int, optional) – Result index.
filter (callable | None, optional) – Optional post-processing function applied to the reconstructed values before plotting.
**kwgs (dict) – Additional keyword arguments forwarded to
Axes.tripcolor.