├── .gitattributes ├── README.md ├── slip.dat └── test.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CovMat/plotting_3D_FFM/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CovMat/plotting_3D_FFM/HEAD/README.md -------------------------------------------------------------------------------- /slip.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CovMat/plotting_3D_FFM/HEAD/slip.dat -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CovMat/plotting_3D_FFM/HEAD/test.py --------------------------------------------------------------------------------