commit 8d7628e4db011e7e8bbae924f7421ced07a430b5
parent 13108b298705414fb6ba51177931992a8dc0be5d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 18 Jan 2020 08:34:14 +0100
Update figure padding
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fig-stick_slip_forcing/fig.gp b/fig-stick_slip_forcing/fig.gp
@@ -4,7 +4,7 @@ reset
set terminal pdfcairo color size 4.45 cm, 4.45 cm font ",10"
set multiplot layout 1,1 \
- margins 0.32,0.95,0.23,0.93 \
+ margins 0.26,0.90,0.23,0.93 \
spacing 0.03,0.03
set key bottom right samplen 0.5 font ",8"
@@ -16,7 +16,7 @@ set ylabel "{/:Normal [kPa]}"
set ytics 100
#set label "{/:Bold a}" at graph 0.90,0.93
-set label "A" at screen 0.32,0.97 font ",12"
+set label "A" at screen 0.26,0.97 font ",12"
plot \
"timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \