Style
subsurfaceio.geotech_plot.mixins.plotly.style
Per-trace style application for Plotly figures.
Classes:
| Name | Description |
|---|---|
StyleMixin |
Applies |
StyleMixin
pydantic-model
Bases: SubplotsMixin, BaseModel
Applies StyleMap settings to traces matched by name.
Attributes:
| Name | Type | Description |
|---|---|---|
style_map |
dict[str, StyleMap]
|
Style configuration keyed by trace name. Traces absent from the mapping keep the express defaults. |
Fields:
-
fig(Figure) -
plot_model(PlotModel) -
style_map(dict[str, StyleMap])