commit decb635e65f10b944df51b2baa00fa0871c3eb19
parent f66025d83b368e08bec4447927ee7e5d7d018fb6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 18 Nov 2019 12:02:17 +0100
Fix indent
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fig-mohr_coulomb/fig.gp b/fig-mohr_coulomb/fig.gp
@@ -19,7 +19,7 @@ set yrange [0:120]
set key top left reverse Left font ",8" samplen 2.0
-plot "mc_ceasar.dat" w l lt 3 lw 2 t "Ceasar till (Rathbun et al., 2008)", \
+plot "mc_ceasar.dat" w l lt 3 lw 2 t "Ceasar till (Rathbun et al., 2008)", \
"mc_ceasar.txt" u ($1):($2*$1 - 6.5) w l lt 3 lw 2 t "Simulated Ceasar till", \
"mc_storglaciaren.dat" w l lt 4 lw 2 t "Storglaciaren till (Iverson et al., 1998)", \
"mc_storglaciaren.txt" u ($1):($2*$1 + 5) w l lt 4 lw 2 t "Simulated Storglaciaren till", \