Data and code required to reproduce the visualisations presented in:
Bacon, C.A., Johnson, J.H., White, R.S. and Rawlinson, N., 2022. On the origin of seismic anisotropy in the shallow crust of the Northern Volcanic Zone, Iceland. Journal of Geophysical Research: Solid Earth, 127(1), p.e2021JB022655.
- Clone this repository and navigate to it, e.g.:
git clone https://github.com/hemmelig/2021JB022655
cd 2021JB022655
- Install the packages listed in the environment.yml file, either manually, or using (for example) conda:
conda env create
-
Add
mfast_summary.mplstyle
(a matplotlib stylesheet) to yourmpl_configdir
(usually found at~/.config/matplotlib
) -
Optional: Install Helvetica font for Matplotlib
-
Navigate to each figure directory and run the
.gmt
(asbash <script>.gmt
) or.py
(aspython <script>.py
) scripts.
These figures were prepared using Linux 20.04.