Axes
subsurfaceio.geotech_plot.mixins.mpl.axes
Per-parameter axis configuration for matplotlib figures.
Classes:
| Name | Description |
|---|---|
AxesMixin |
Applies |
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:
-
fig(Figure) -
plot_model(PlotModel) -
axis_map(dict[str, AxisMap])