obspy.imaging.beachball.plotDC

plotDC(np1, size=200, xy=(0, 0), width=200)[source]

Uses one nodal plane of a double couple to draw a beach ball plot.

Parameters:
  • ax axis object of a matplotlib figure
  • np1 NodalPlane

Adapted from MATLAB script bb.m written by Andy Michael and Oliver Boyd.

This Page