URI: 
       tfig-sediment_flux_daily.gp: change subplot order - hansen-zoet-exp - comparison of lab and model results of sediment advection
  HTML git clone git://src.adamsgaard.dk/hansen-zoet-exp
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ad48bb6f87b1b559551224d908ca97708416b9a6
   DIR parent 179a92dccf9bffaac5781721c572ba616d04c00e
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  7 Nov 2022 14:44:09 +0100
       
       fig-sediment_flux_daily.gp: change subplot order
       
       Diffstat:
         M fig-sediment_flux_daily.gp          |      16 +++++++---------
       
       1 file changed, 7 insertions(+), 9 deletions(-)
       ---
   DIR diff --git a/fig-sediment_flux_daily.gp b/fig-sediment_flux_daily.gp
       t@@ -12,15 +12,20 @@ set bmargin 3.5
        set rmargin 2.5
        set tmargin 2.0
        
       +A_f_crit = (rho_s - rho_f) * g * d_s**3.0 / 1000.0        # [kPa]
       +
        labelx = 0.08
        set label "a" at screen labelx,0.98 font "{:Bold},12"
        set label "b" at screen labelx,0.48 font "{:Bold},12"
        
       +set yrange [-0.1:1]
       +set ylabel "Max. expected shear depth [m]"
       +set arrow from A_f_crit,-0.1 to A_f_crit,1 nohead lc "black" front
       +plot "max_depth_daily.txt" u ($1/1000):($2) w l t ''
       +
        set xrange [0:*]
        set yrange [0:*]
        
       -A_f_crit = (rho_s - rho_f) * g * d_s**3.0 / 1000.0        # [kPa]
       -
        #set xlabel "Normalized horizontal velocity, v_x [-]"
        set xlabel "Amplitude of water-pressure fluctuations, {/:Italic A}_f [kPa]"
        #set ylabel "Spec. sediment flux [m²/a]"
       t@@ -30,10 +35,3 @@ set key bottom right font ",10" invert #samplen 0.9
        set yrange [0:*]
        set arrow from A_f_crit,0 to A_f_crit,30 nohead lc "black" front
        plot        "sediment_flux_freq1.157e-5s.txt" u ($1):($2*3600*24*365.25*rswidth) w lp t ""
       -
       -unset arrow
       -
       -set yrange [-0.1:1]
       -set arrow from A_f_crit,-0.1 to A_f_crit,1 nohead lc "black" front
       -set ylabel "Max. expected deformation depth [m]"
       -plot "max_depth_daily.txt" u ($1/1000):($2) w l t ''