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]#
ogstools.plot.features.outline(ax, mesh, style, lw, projection=2)[source]#

Plot the outline of a mesh on a matplotlib ax object.