obspy.imaging.beachball.plot_mt
- plot_mt(T, N, P, size=200, plot_zerotrace=True, x0=0, y0=0, xy=(0, 0), width=200)[source]
Uses a principal axis T, N and P to draw a beach ball plot.
- Parameters:
ax – axis object of a matplotlib figure
T –
PrincipalAxis
N –
PrincipalAxis
P –
PrincipalAxis
Adapted from ps_tensor / utilmeca.c / Generic Mapping Tools (GMT).