Skip to content

Style

subsurfaceio.geotech_plot.mixins.mpl.style

Per-trace style application for matplotlib figures.

Classes:

Name Description
StyleMixin

Applies StyleMap settings to lines matched by label.

StyleMixin pydantic-model

Bases: SubplotsMixin, BaseModel

Applies StyleMap settings to lines matched by label.

Attributes:

Name Type Description
style_map dict[str, StyleMap]

Style configuration keyed by line label. Lines absent from the mapping keep the express defaults.

Fields:

style_map pydantic-field

style_map: dict[str, StyleMap]