Style
subsurfaceio.geotech_plot.mixins.mpl.style
Per-trace style application for matplotlib figures.
Classes:
| Name | Description |
|---|---|
StyleMixin |
Applies |
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:
-
fig(Figure) -
plot_model(PlotModel) -
style_map(dict[str, StyleMap])