LAB 6 - Focal Mechanisms continued

LAB 6 - Focal Mechanisms continued#

Now plot the focal mechanism diagram based on the information you derived from the practical excercise

import numpy as np
import matplotlib.pyplot as plt

from obspy.imaging.beachball import beachball

Here is where you input the strike of the fault (along with the rake and dip)

Hint! You can find this information for the journal article in the LAB 6 folder on Wattle.

#Try it here!

focmecs = 
beachball(focmecs, width=200, linewidth=2)