Skip to content

Axes

subsurfaceio.geotech_plot.mixins.mpl.axes

Per-parameter axis configuration for matplotlib figures.

Classes:

Name Description
AxesMixin

Applies AxisMap settings to whichever axis carries the parameter.

AxesMixin pydantic-model

Bases: SubplotsMixin, BaseModel

Applies AxisMap settings to whichever axis carries the parameter.

Attributes:

Name Type Description
axis_map dict[str, AxisMap]

Axis configuration keyed by parameter name. Parameters absent from the mapping keep the express defaults.

Fields:

axis_map pydantic-field

axis_map: dict[str, AxisMap]