shakelib.plotting.plotrupture¶
-
shakelib.plotting.plotrupture.
plot_rupture_wire3d
(rupture, ax=None)[source]¶ Method for making a simple representation of a Rupture instance. This method draws the outline of each quadrilateral in 3D.
- Parameters:
rupture – A Rupture instance.
ax – A matplotlib axis (optional).
- Returns:
Matplotlib axis.