ogstools.plot.features module#

Specialized plot features.

ogstools.plot.features.layer_boundaries(ax, mesh, projection)[source]#

Plot the material boundaries of a surface on a matplotlib axis.

ogstools.plot.features.element_edges(ax, mesh, projection)[source]#

Plot the element edges of a surface on a matplotlib axis.

ogstools.plot.features.shape_on_top(ax, surf, contour, scaling=1.0)[source]#