Skip to content

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:

minor_ticks pydantic-field

minor_ticks: bool = False

reverse_x pydantic-field

reverse_x: bool = False

reverse_y pydantic-field

reverse_y: bool = False

x_ticks_above pydantic-field

x_ticks_above: bool = False