eqiora.matplotlib
Matplotlib presentation adapters for accepted Eqiora results.
Module authority: bindings/python/python/eqiora/matplotlib.py
Shipped stub: bindings/python/python/eqiora/matplotlib.pyi
This module publishes 3 literal __all__ spellings. Member entries below are exact signatures under documented owning types; they do not imply member-level behavioral prose.
plot_deformed_field
Section titled “plot_deformed_field”Compare exact reference and scaled-deformed support geometry.
Authority: bindings/python/python/eqiora/matplotlib.py::plot_deformed_field
@overloaddef plot_deformed_field(trajectory: Trajectory, /, *, step: int, field: FieldRef, scale: float=1.0) -> Figure: ...
@overloaddef plot_deformed_field(result: Result, /, *, field: FieldRef, scale: float=1.0) -> Figure: ...plot_displacement
Section titled “plot_displacement”Deprecated delegation to plot_deformed_field.
Authority: bindings/python/python/eqiora/matplotlib.py::plot_displacement
def plot_displacement(result: Result, /, *, scale: float=1.0) -> Figure: ...plot_scalar_field
Section titled “plot_scalar_field”Plot one invariant vertex scalar from a result or trajectory.
Authority: bindings/python/python/eqiora/matplotlib.py::plot_scalar_field
@overloaddef plot_scalar_field(trajectory: Trajectory, /, *, step: int, field: FieldRef) -> Figure: ...
@overloaddef plot_scalar_field(result: Result, /, *, field: FieldRef) -> Figure: ...