commit e2a4b60861f06f1fd2fd4ab5648835a02f0a41f0
parent e88be62300cf88187b45798ba8a1d6e0b3c04724
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 7 Jan 2020 15:44:11 +0100
Fix capiton in for local model results
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/fig-strain_distribution_local/fig.gp b/fig-strain_distribution_local/fig.gp
@@ -28,14 +28,14 @@ set key bottom right font ",10" #samplen 0.9
pointsize=0.6
-plot "strain_distribution_N10kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#ee2430" title "{/:Bold NGF}, {/Symbol s}_n' 10 kPa", \
+plot "strain_distribution_N10kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#ee2430" title "{/:Bold LGF}, {/Symbol s}_n' 10 kPa", \
"damsgaard2013-sheardisp/sheardisp10-binned.dat" w p ps pointsize lw 2 lc "#ee2430" title "DEM, {/Symbol s}_n' 10 kPa", \
- "strain_distribution_N20kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#53bf3a" title "{/:Bold NGF}, {/Symbol s}_n' 20 kPa", \
+ "strain_distribution_N20kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#53bf3a" title "{/:Bold LGF}, {/Symbol s}_n' 20 kPa", \
"damsgaard2013-sheardisp/sheardisp20-binned.dat" w p ps pointsize lw 2 lc "#53bf3a" title "DEM, {/Symbol s}_n' 20 kPa", \
- "strain_distribution_N40kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#2f54ad" title "{/:Bold NGF}, {/Symbol s}_n' 40 kPa", \
+ "strain_distribution_N40kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#2f54ad" title "{/:Bold LGF}, {/Symbol s}_n' 40 kPa", \
"damsgaard2013-sheardisp/sheardisp40-binned.dat" w p ps pointsize lw 2 lc "#2f54ad" title "DEM, {/Symbol s}_n' 40 kPa", \
- "strain_distribution_N80kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#6ccfd9" title "{/:Bold NGF}, {/Symbol s}_n' 80 kPa", \
+ "strain_distribution_N80kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#6ccfd9" title "{/:Bold LGF}, {/Symbol s}_n' 80 kPa", \
"damsgaard2013-sheardisp/sheardisp80-binned.dat" w p ps pointsize lw 2 lc "#6ccfd9" title "DEM, {/Symbol s}_n' 80 kPa", \
- #"strain_distribution_N120kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#231f20" title "{/:Bold NGF}, {/Symbol s}_n' 120 kPa", \
+ #"strain_distribution_N120kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#231f20" title "{/:Bold LGF}, {/Symbol s}_n' 120 kPa", \
#"damsgaard2013-sheardisp/sheardisp120-binned.dat" w p ps pointsize lw 2 lc "#231f20" title "DEM, {/Symbol s}_n' 120 kPa"