commit 737dcbd36b10721ba711cfa14daa275a8c8d97ef
parent 93822a5c6688d08d77fd01b467d2b59765d8e574
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 16 Jul 2019 08:51:39 +0200
Set margins
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/fig2/fig.gp b/fig2/fig.gp
@@ -4,6 +4,11 @@ reset
set terminal pdfcairo enhanced color size 7.5 cm, 7.0 cm
+set lmargin 7.0
+set bmargin 3.5
+set rmargin 2.0
+set tmargin 2.0
+
set xlabel "Normalized horizontal velocity, v_x [-]"
set ylabel "Vertical position, z [m]"