URI: 
       tFix stick-slip-depth figure plotting, reposition arrows in hysteresis fig - cngf-pf-exp1 - experiments for first paper with continuum granular model
  HTML git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit bac7f2a5947c872ce6f24cc8bbaf14062f10dbcb
   DIR parent e718ba803b4152a2ee170cf992b37a2de45a7c28
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 18 Dec 2019 20:46:27 +0100
       
       Fix stick-slip-depth figure plotting, reposition arrows in hysteresis fig
       
       Diffstat:
         M fig-hysteresis_rate/fig.gp          |      16 ++++++++--------
         M fig-stick_slip_rate_depth/fig.gp    |      12 ++++++------
       
       2 files changed, 14 insertions(+), 14 deletions(-)
       ---
   DIR diff --git a/fig-hysteresis_rate/fig.gp b/fig-hysteresis_rate/fig.gp
       t@@ -17,8 +17,8 @@ set yrange [0:80]
        set x2label "{/:Normal Water pressure [kPa]}"
        set ylabel "{/:Normal Shear stress [kPa]}"
        set ytics 20
       -set arrow from 125,45 to 160,55 head
       -set arrow from 160,75 to 125,60 head
       +set arrow from 125,35 to 160,45 head
       +set arrow from 150,70 to 110,55 head
        plot \
        "timeseries_combined.txt" u ($2/1000):($4*$2/1000) w l lt 1 t ""
        
       t@@ -31,9 +31,9 @@ set yrange [2.5:-0.1]
        set y2range [2.5:-0.1]
        set y2tics 0.5
        unset arrow
       -set arrow from 160,0.15 to 130,0.13 head
       -set arrow from 120,0.6 to 140,1.2 head
       -set arrow from 180,1.4 to 180.3,0.6 head
       +set arrow from 140,0.15 to 110,0.13 head
       +set arrow from 80,0.6 to 115,1.2 head
       +set arrow from 170,1.4 to 170.3,0.6 head
        plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
        
        set xtics format "%g"
       t@@ -41,9 +41,9 @@ set xlabel "{/:Normal Effective normal stress [kPa]}"
        set ytics 3e-5
        set yrange [0:1e-4]
        unset arrow
       -set arrow from 160,1.5e-5 to 130,1e-5 head
       -set arrow from 120,2.5e-5 to 140,4.5e-5 head
       -set arrow from 180.3,5e-5 to 180,2e-5 head
       +set arrow from 135,1.5e-5 to 100,1e-5 head
       +set arrow from 110,4.0e-5 to 140,5.5e-5 head
       +set arrow from 165.3,4e-5 to 165,1.5e-5 head
        unset y2tics
        unset y2label
        set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
   DIR diff --git a/fig-stick_slip_rate_depth/fig.gp b/fig-stick_slip_rate_depth/fig.gp
       t@@ -10,8 +10,12 @@ set yrange [4.0:8.0]
        
        set key bottom right #samplen 0.9
        
       -t0 = 47
       -tend = 71
       +file_interval=60*10
       +plot_interval=60*60
       +inc=plot_interval/file_interval
       +
       +t0 = 47*inc
       +tend = 71*inc
        
        filename(t) = sprintf('sim.output%05d.txt', t)
        
       t@@ -23,10 +27,6 @@ set palette rgb 10,6,6
        #f = 1.0/(3600.0*24.0)
        #f(x) = 8.0 - skindepth(f,k)
        
       -file_interval=60*10
       -plot_interval=60*60
       -inc=plot_interval/file_interval
       -
        set label "{/:Bold a}" at graph 0.90,0.93
        unset colorbox
        set xlabel "{/:Normal Water pressure [kPa]}"