commit 13108b298705414fb6ba51177931992a8dc0be5d
parent 179c671aec41fb5a3525bebac469a902ccd74652
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 18 Jan 2020 08:31:10 +0100
Use PNAS style for subfigure labels
Diffstat:
2 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/fig-stick_slip_forcing/fig.gp b/fig-stick_slip_forcing/fig.gp
@@ -1,15 +1,13 @@
#!/usr/bin/env gnuplot
reset
-#set terminal pdfcairo color size 7.5 cm, 3.5 cm
-set terminal pdfcairo color size 5 cm, 5 cm
+set terminal pdfcairo color size 4.45 cm, 4.45 cm font ",10"
set multiplot layout 1,1 \
- margins 0.27,0.95,0.23,0.95 \
+ margins 0.32,0.95,0.23,0.93 \
spacing 0.03,0.03
-#set key top right samplen 1.0 font ",10"
-set key bottom right samplen 2.0 font ",9"
+set key bottom right samplen 0.5 font ",8"
set xtics 1 format "%g"
set xlabel "{/:Normal Time [d]}"
#set yrange [0:320]
@@ -17,8 +15,8 @@ set yrange [-50:225]
set ylabel "{/:Normal [kPa]}"
set ytics 100
-#set label "{/:Bold a}" at graph 0.02,0.9
-set label "{/:Bold a}" at graph 0.90,0.93
+#set label "{/:Bold a}" at graph 0.90,0.93
+set label "A" at screen 0.32,0.97 font ",12"
plot \
"timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \
diff --git a/fig-stick_slip_rate_depth/fig.gp b/fig-stick_slip_rate_depth/fig.gp
@@ -1,9 +1,9 @@
#!/usr/bin/env gnuplot
#set terminal pdfcairo color size 7.5 cm, 7.5 cm
-set terminal pdfcairo color size 15.0 cm, 5.0 cm
+set terminal pdfcairo color size 13.35 cm, 4.45 cm font ",10"
set multiplot layout 1,4 \
- margins 0.09,0.97,0.23,0.95 \
+ margins 0.09,0.97,0.23,0.93 \
spacing 0.03,0.03
set yrange [4.0:8.0]
@@ -27,7 +27,8 @@ set palette rgb 10,6,6
#f = 1.0/(3600.0*24.0)
#f(x) = 8.0 - skindepth(f,k)
-set label "{/:Bold b}" at graph 0.90,0.93
+#set label "{/:Bold b}" at graph 0.90,0.93
+set label "B" at screen 0.09,0.97 font ",12"
unset colorbox
set xlabel "{/:Normal Water pressure [kPa]}"
set ylabel "{/:Normal Vertical position [m]}"
@@ -37,7 +38,8 @@ set arrow from 0,max_def_depth to 200,max_def_depth nohead front lc black dashty
plot for [t = t0:tend:inc] filename(t) u ($4/1e3):1:(t-t0) w l lc palette lw 1 t ""
unset label
-set label "{/:Bold c}" at graph 0.90,0.93
+#set label "{/:Bold c}" at graph 0.90,0.93
+set label "C" at screen 0.315,0.97 font ",12"
set xlabel "{/:Normal Eff. normal stress [kPa]}"
set ylabel ""
set xrange [0:200]
@@ -45,7 +47,8 @@ unset ytics
plot for [t = t0:tend:inc] filename(t) u ($3/1e3):1:(t-t0) w l lc palette lw 1 t ""
unset label
-set label "{/:Bold d}" at graph 0.90,0.93
+#set label "{/:Bold d}" at graph 0.90,0.93
+set label "D" at screen 0.545,0.97 font ",12"
set xlabel "{/:Normal Shear velocity [km/a]}"
set ylabel ""
set xrange [0.0:1.0]
@@ -58,7 +61,8 @@ set arrow from 0,max_def_depth to 1,max_def_depth nohead front lc black dashtype
plot for [t = t0:tend:inc] filename(t) u ($2*60*60*24*365/1000):1:(t-t0) w l lc palette lw 1 t ""
unset label
-set label "{/:Bold e}" at graph 0.90,0.93
+#set label "{/:Bold e}" at graph 0.90,0.93
+set label "E" at screen 0.772,0.97 font ",12"
set xlabel "{/:Normal Shear strain rate [1/d]}"
set ylabel ""
set xrange [0:20]