commit ad59c19656c4923d7b54e8026d9e293aa52cf9c7
parent 00d71b25cf574721b838246eba919b56d427f265
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 4 Jul 2019 12:42:43 +0200
Remove symbols from plot labels
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fig2/fig.gp b/fig2/fig.gp
@@ -23,8 +23,8 @@ plot \
set xtics
#unset yrange
set yrange [0:7.5]
-set xlabel "Time, t [d]"
-set ylabel "Shear velocity, v [km/d]"
+set xlabel "Time [d]"
+set ylabel "Shear velocity [km/d]"
plot "" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 lc "red" t ""
unset multiplot
diff --git a/fig4/fig.gp b/fig4/fig.gp
@@ -27,7 +27,7 @@ f(x) = 8.0 - skindepth(f,k)
unset colorbox
set xlabel "Water pressure [kPa]"
-set ylabel "Vertical position, z [m]"
+set ylabel "Vertical position [m]"
set xrange [0:100]
plot for [t = t0:tend] filename(t) u ($4/1e3):1:(t-t0) w l lc palette lw 1 t "", \
f(x) title "" w l
diff --git a/fig5/fig.gp b/fig5/fig.gp
@@ -27,7 +27,7 @@ f(x) = 8.0 - skindepth(f,k)
unset colorbox
set xlabel "Water pressure [kPa]"
-set ylabel "Vertical position, z [m]"
+set ylabel "Vertical position [m]"
set xrange [0:100]
plot for [t = t0:tend] filename(t) u ($4/1e3):1:(t-t0) w l lc palette lw 1 t "", \
f(x) title "" w l