tRemove symbols from plot labels - cngf-pf-exp1 - experiments for first paper with continuum granular model
 (HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ad59c19656c4923d7b54e8026d9e293aa52cf9c7
 (DIR) parent 00d71b25cf574721b838246eba919b56d427f265
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  4 Jul 2019 12:42:43 +0200
       
       Remove symbols from plot labels
       
       Diffstat:
         M fig2/fig.gp                         |       4 ++--
         M fig4/fig.gp                         |       2 +-
         M fig5/fig.gp                         |       2 +-
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/fig2/fig.gp b/fig2/fig.gp
       t@@ -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
 (DIR) diff --git a/fig4/fig.gp b/fig4/fig.gp
       t@@ -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
 (DIR) diff --git a/fig5/fig.gp b/fig5/fig.gp
       t@@ -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