mplStrater: plot stratigraphic columns with python¶
This package allows to plot stratigraphic columns with python.
Passing to mplStrater
:
some stratigraphic data stored in a
pandas.DataFrame
a
mplStrater.Legend
object
the package creates a series of mplStrater.strata.Columns
objects
that can be plotted, all together or singularly, on matplotlib.axes
. The columns
are plotted with the color and hatch scheme defined providing the legend object.
The package also allows to plot singularly column contained in the dataset.
Packaged from a hardcoded script in quarantine in december 2021, by @giocaizzi.
Code reference¶
mplStrater: plot stratigraphic columns with python. |