commit 2f8db299994a042eb3e2786e0637b155d1c85724
parent 4bea3b35fe029a03f121df2651cd110698910d48
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 7 Jul 2019 11:35:27 +0200
Tweak figure appearance
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fig2/fig.gp b/fig2/fig.gp
@@ -1,7 +1,7 @@
#!/usr/bin/env gnuplot
reset
-set terminal pdfcairo color size 7.5 cm, 8.0 cm
+set terminal pdfcairo color size 7.5 cm, 8.5 cm
set multiplot layout 3,1 \
margins 0.19,0.85,0.23,0.95 \
@@ -27,7 +27,7 @@ plot "" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 lt 7 t ""
set xtics
unset y2label
unset y2tics
-set ytics
+set ytics #0.25
set yrange [1.4:0.0]
set xlabel "Time [d]"
set ylabel "Depth of max. strain rate [m]"