Skip to content

eqiora.matplotlib

← Python API index

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.

Compare exact reference and scaled-deformed support geometry.

Authority: bindings/python/python/eqiora/matplotlib.py::plot_deformed_field

python
@overload
def plot_deformed_field(trajectory: Trajectory, /, *, step: int, field: FieldRef, scale: float=1.0) -> Figure: ...
@overload
def plot_deformed_field(result: Result, /, *, field: FieldRef, scale: float=1.0) -> Figure: ...

Deprecated delegation to plot_deformed_field.

Authority: bindings/python/python/eqiora/matplotlib.py::plot_displacement

python
def plot_displacement(result: Result, /, *, scale: float=1.0) -> Figure: ...

Plot one invariant vertex scalar from a result or trajectory.

Authority: bindings/python/python/eqiora/matplotlib.py::plot_scalar_field

python
@overload
def plot_scalar_field(trajectory: Trajectory, /, *, step: int, field: FieldRef) -> Figure: ...
@overload
def plot_scalar_field(result: Result, /, *, field: FieldRef) -> Figure: ...