obspy.imaging.source._plot_radiation_pattern_quiver
- _plot_radiation_pattern_quiver(ax3d, ned_mt, type)[source]
Private routine that plots the wave farfield into an
Axes3D
object- Parameters:
ax3d (
mpl_toolkits.mplot3d.axes3d.Axes3D
) – matplotlib Axes3D objectned_mt – the 6 comp moment tensor in NED orientation
type (str) – ‘P’ or ‘S’ (P or S wave).