Install
You can also use the fault analysis toolbox on your own machine. All you need is a Python 3 enviromnent, then you can install the toolbox:
pip3 install git+https://github.com/thilowrona/fatbox.git
Now you can load any function from the toolbox in Python:
from fatbox.plots import plot_attribute
You can also clone the companion git repository containing the tutorials:
git clone https://github.com/thilowrona/fatbox_tutorials