ogstools.meshplotlib.plot_features module#
Specialized plot features.
- ogstools.meshplotlib.plot_features.plot_layer_boundaries(ax, surf, projection)[source]#
Plot the material boundaries of a surface on a matplotlib axis.
- Parameters:
ax (Axes) –
surf (DataSet) –
projection (int) –
- Return type:
None
- ogstools.meshplotlib.plot_features.plot_element_edges(ax, surf, projection)[source]#
Plot the element edges of a surface on a matplotlib axis.
- Parameters:
ax (Axes) –
surf (DataSet) –
projection (int) –
- Return type:
None
- ogstools.meshplotlib.plot_features.plot_streamlines(ax, surf, property, projection)[source]#
Plot vector streamlines on a matplotlib axis.
- Parameters:
ax (Axes) –
surf (DataSet) –
property (Vector) –
projection (int) –
- Return type:
None