Base
subsurfaceio.geotech_plot.base
Shared configuration for geotechnical figures.
Classes:
| Name | Description |
|---|---|
BaseFigure |
Adds the axis conventions common to geotechnical plots. |
BaseFigure
pydantic-model
Bases: BaseFigure
Adds the axis conventions common to geotechnical plots.
Attributes:
| Name | Type | Description |
|---|---|---|
reverse_x |
bool
|
Invert the x-axis. |
reverse_y |
bool
|
Invert the y-axis, as depth plots require. |
minor_ticks |
bool
|
Show minor ticks. |
x_ticks_above |
bool
|
Move x-axis ticks and label to the top, the convention for plots read against depth. |
Fields:
-
sharex(bool) -
sharey(bool) -
plot_model(DiscriminatedPlotModel) -
reverse_x(bool) -
reverse_y(bool) -
minor_ticks(bool) -
x_ticks_above(bool)