commit 602985d56d3b8534599ee0724363045bf59dcb2b
parent 39e919344b7da7028963002d23f8eed820b6502e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 18 Jan 2020 11:02:30 +0100
Resize hysteresis figures to half column width
Diffstat:
2 files changed, 24 insertions(+), 16 deletions(-)
diff --git a/fig-hysteresis_rate/fig.gp b/fig-hysteresis_rate/fig.gp
@@ -1,10 +1,11 @@
#!/usr/bin/env gnuplot
reset
-set terminal pdfcairo color size 7.5 cm, 10 cm
+#set terminal pdfcairo color size 7.5 cm, 10 cm
+set terminal pdfcairo color size 4.35 cm, 9 cm font ",10"
set multiplot layout 3,1 \
- margins 0.23,0.78,0.13,0.90 \
+ margins 0.25,0.79,0.10,0.91 \
spacing 0.03,0.03
set xrange [0:210]
@@ -18,7 +19,8 @@ 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.02,0.93
+#set label "{/:Bold d}" at graph 0.02,0.93
+set label "D" at graph 0.02,0.93 font ",12"
plot \
"timeseries_combined.txt" u ($2/1000):($4*$2/1000) w l lt 1 t ""
@@ -26,7 +28,7 @@ unset x2tics
unset ytics
unset x2label
unset ylabel
-set y2label "{/:Normal Depth of max. strain rate [m]}"
+set y2label "{/:Normal Depth of max. strain rate [m]}" offset -3.0
set yrange [2.5:-0.1]
set y2range [2.5:-0.1]
set y2tics 0.5
@@ -35,7 +37,8 @@ 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.02,0.93
+#set label "{/:Bold e}" at graph 0.02,0.93 font ",12"
+set label "E" at graph 0.02,0.93 font ",12"
plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
set xtics format "%g"
@@ -52,7 +55,8 @@ set arrow from 165.3,4e-5*to_year to 165,1.5e-5*to_year head
unset y2tics
unset y2label
unset label
-set label "{/:Bold f}" at graph 0.02,0.93
+#set label "{/:Bold f}" at graph 0.02,0.93
+set label "F" at graph 0.02,0.93 font ",12"
#set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
-set ylabel "{/:Normal Specific sediment flux [m^2/a]}"
+set ylabel "{/:Normal Sediment flux [m^2/a]}" offset 1.5
plot "" u ($2/1000):($8*to_year) w l lt 6 t ""
diff --git a/fig-hysteresis_stress/fig.gp b/fig-hysteresis_stress/fig.gp
@@ -1,24 +1,26 @@
#!/usr/bin/env gnuplot
reset
-set terminal pdfcairo color size 7.5 cm, 10 cm
+#set terminal pdfcairo color size 8.7 cm, 10 cm font ",10"
+set terminal pdfcairo color size 4.35 cm, 9 cm font ",10"
set multiplot layout 3,1 \
- margins 0.23,0.78,0.13,0.90 \
+ margins 0.25,0.79,0.10,0.91 \
spacing 0.03,0.03
set xrange [0:210]
set x2range [200:-10]
set x2tics 50 nomirror
set xtics format ""
-set yrange [-0.5:10]
+set yrange [-0.5:11.5]
set x2label "{/:Normal Water pressure [kPa]}"
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.02,0.93
+#set label "{/:Bold a}" at graph 0.02,0.93
+set label "A" at graph 0.02,0.93 font ",12"
plot \
"timeseries_combined.txt" u ($2/1000):($1*60*60*24/1000) w l lt 7 t ""
@@ -26,7 +28,7 @@ unset x2tics
unset ytics
unset x2label
unset ylabel
-set y2label "{/:Normal Depth of max. strain rate [m]}"
+set y2label "{/:Normal Depth of max. strain rate [m]}" offset -3.0
set yrange [2.5:-0.1]
set y2range [2.5:-0.1]
set y2tics 0.5
@@ -35,19 +37,21 @@ 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.02,0.93
+#set label "{/:Bold b}" at graph 0.02,0.93
+set label "B" at graph 0.02,0.93 font ",12"
plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
set xtics format "%g"
set xlabel "{/:Normal Effective normal stress [kPa]}"
set ytics 0.02
-set yrange [0:0.06]
+set yrange [0:0.07]
unset arrow
set arrow from 65,0.008 to 40,0.02 head
set arrow from 65,0.046 to 90,0.028 head
unset y2tics
unset y2label
-set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
+set ylabel "{/:Normal Sediment flux [m^2/s]}" offset 2.0
unset label
-set label "{/:Bold c}" at graph 0.02,0.93
+#set label "{/:Bold c}" at graph 0.02,0.93
+set label "C" at graph 0.02,0.93 font ",12"
plot "" u ($2/1000):8 w l lt 6 t ""