commit cda190a9d39c2b7246be59e9bd07de29289d99b5
parent 5d3d0d812019d1beb4882c0b48fddec70d1b0c23
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 9 Jul 2019 16:17:23 +0200
Update line titles in figure
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/fig2/fig.gp b/fig2/fig.gp
@@ -2,19 +2,19 @@
reset
-set terminal pdfcairo color size 7.5 cm, 7.5 cm
+set terminal pdfcairo enhanced color size 7.5 cm, 7.5 cm
set xlabel "Normalized horizontal velocity, v_x [-]"
-set ylabel "Vertical position, z [m]" offset 2
+set ylabel "Vertical position, z [m]"
set yrange [0.0:0.73]
set xrange [-0.1:1.05]
set key bottom right #samplen 0.9
-plot "strain_distribution_N10kPa.txt" u 2:1 w l lw 2 lc "#ee2430" title "\sigma_n' = 10 kPa", \
- "strain_distribution_N20kPa.txt" u 2:1 w l lw 2 lc "#53bf3a" title "\sigma_n' = 20 kPa", \
- "strain_distribution_N40kPa.txt" u 2:1 w l lw 2 lc "#2f54ad" title "\sigma_n' = 40 kPa", \
- "strain_distribution_N60kPa.txt" u 2:1 w l lw 2 lc "#b047aa" title "\sigma_n' = 60 kPa", \
- "strain_distribution_N80kPa.txt" u 2:1 w l lw 2 lc "#6ccfd9" title "\sigma_n' = 80 kPa", \
- "strain_distribution_N120kPa.txt" u 2:1 w l lw 2 lc "#231f20" title "\sigma_n' = 120 kPa"
+plot "strain_distribution_N10kPa.txt" u 2:1 w l lw 2 lc "#ee2430" title "10 kPa", \
+ "strain_distribution_N20kPa.txt" u 2:1 w l lw 2 lc "#53bf3a" title "20 kPa", \
+ "strain_distribution_N40kPa.txt" u 2:1 w l lw 2 lc "#2f54ad" title "40 kPa", \
+ "strain_distribution_N60kPa.txt" u 2:1 w l lw 2 lc "#b047aa" title "60 kPa", \
+ "strain_distribution_N80kPa.txt" u 2:1 w l lw 2 lc "#6ccfd9" title "80 kPa", \
+ "strain_distribution_N120kPa.txt" u 2:1 w l lw 2 lc "#231f20" title "120 kPa"