commit af37119c92536999d088c37d99fe6764322051d4
parent bac7f2a5947c872ce6f24cc8bbaf14062f10dbcb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 18 Dec 2019 20:51:43 +0100
Add labels to subplots
Diffstat:
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/fig-hysteresis_rate/fig.gp b/fig-hysteresis_rate/fig.gp
@@ -7,8 +7,6 @@ set multiplot layout 3,1 \
margins 0.23,0.78,0.13,0.90 \
spacing 0.03,0.03
-set label "{/:Bold b}" at screen 0.01,0.99
-
set xrange [0:210]
set x2range [200:-10]
set x2tics 50 nomirror
@@ -19,6 +17,8 @@ set ylabel "{/:Normal Shear stress [kPa]}"
set ytics 20
set arrow from 125,35 to 160,45 head
set arrow from 150,70 to 110,55 head
+unset label
+set label "{/:Bold d}" at graph 0.01,0.93
plot \
"timeseries_combined.txt" u ($2/1000):($4*$2/1000) w l lt 1 t ""
@@ -34,6 +34,8 @@ unset arrow
set arrow from 140,0.15 to 110,0.13 head
set arrow from 80,0.6 to 115,1.2 head
set arrow from 170,1.4 to 170.3,0.6 head
+unset label
+set label "{/:Bold e}" at graph 0.01,0.93
plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
set xtics format "%g"
@@ -46,5 +48,7 @@ set arrow from 110,4.0e-5 to 140,5.5e-5 head
set arrow from 165.3,4e-5 to 165,1.5e-5 head
unset y2tics
unset y2label
+unset label
+set label "{/:Bold f}" at graph 0.01,0.93
set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
plot "" u ($2/1000):8 w l lt 6 t ""
diff --git a/fig-hysteresis_stress/fig.gp b/fig-hysteresis_stress/fig.gp
@@ -7,8 +7,6 @@ set multiplot layout 3,1 \
margins 0.23,0.78,0.13,0.90 \
spacing 0.03,0.03
-set label "{/:Bold a}" at screen 0.01,0.99
-
set xrange [0:210]
set x2range [200:-10]
set x2tics 50 nomirror
@@ -19,6 +17,8 @@ set ylabel "{/:Normal Shear velocity [km/d]}"
set ytics 2.0
set arrow from 60,0.5 to 40,2.0 head
set arrow from 65,5.5 to 83,3.5 head
+unset label
+set label "{/:Bold a}" at graph 0.01,0.93
plot \
"timeseries_combined.txt" u ($2/1000):($1*60*60*24/1000) w l lt 7 t ""
@@ -34,6 +34,8 @@ unset arrow
set arrow from 115,0.10 to 85,0.13 head
set arrow from 100,1.0 to 120,1.3 head
set arrow from 165,1.2 to 165,0.7 head
+unset label
+set label "{/:Bold b}" at graph 0.01,0.93
plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
set xtics format "%g"
@@ -46,4 +48,6 @@ set arrow from 65,0.046 to 90,0.028 head
unset y2tics
unset y2label
set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
+unset label
+set label "{/:Bold c}" at graph 0.01,0.93
plot "" u ($2/1000):8 w l lt 6 t ""