tChange figure 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 a0074963dc5beed010198c0ef2cf7c6e20db60eb
 (DIR) parent b6947c9d3614320a252e75677be9ce0869a2488b
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 14 Jan 2020 15:15:37 +0100
       
       Change figure labels
       
       Diffstat:
         M fig-hysteresis_rate/fig.gp          |       6 +++---
         M fig-hysteresis_stress/fig.gp        |       6 +++---
         M fig-stick_slip_rate_depth/fig.gp    |       8 ++++----
       
       3 files changed, 10 insertions(+), 10 deletions(-)
       ---
 (DIR) diff --git a/fig-hysteresis_rate/fig.gp b/fig-hysteresis_rate/fig.gp
       t@@ -18,7 +18,7 @@ set ytics 20
        set arrow from 125,35 to 160,45 head
        set arrow from 150,70 to 110,55 head
        unset label
       -set label "{/:Bold d}" at graph 0.01,0.93
       +set label "{/:Bold d}" at graph 0.02,0.93
        plot \
        "timeseries_combined.txt" u ($2/1000):($4*$2/1000) w l lt 1 t ""
        
       t@@ -35,7 +35,7 @@ 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
        unset label
       -set label "{/:Bold e}" at graph 0.01,0.93
       +set label "{/:Bold e}" at graph 0.02,0.93
        plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
        
        set xtics format "%g"
       t@@ -52,7 +52,7 @@ set arrow from 165.3,4e-5*to_year to 165,1.5e-5*to_year head
        unset y2tics
        unset y2label
        unset label
       -set label "{/:Bold f}" at graph 0.01,0.93
       +set label "{/:Bold f}" at graph 0.02,0.93
        #set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
        set ylabel "{/:Normal Specific sediment flux [m^2/a]}"
        plot "" u ($2/1000):($8*to_year) w l lt 6 t ""
 (DIR) diff --git a/fig-hysteresis_stress/fig.gp b/fig-hysteresis_stress/fig.gp
       t@@ -18,7 +18,7 @@ set ytics 2.0
        set arrow from 60,0.5 to 40,2.0 head
        set arrow from 65,5.5 to 83,3.5 head
        unset label
       -set label "{/:Bold a}" at graph 0.01,0.93
       +set label "{/:Bold a}" at graph 0.02,0.93
        plot \
        "timeseries_combined.txt" u ($2/1000):($1*60*60*24/1000) w l lt 7 t ""
        
       t@@ -35,7 +35,7 @@ set arrow from 115,0.10 to 85,0.13 head
        set arrow from 100,1.0 to 120,1.3 head
        set arrow from 165,1.2 to 165,0.7 head
        unset label
       -set label "{/:Bold b}" at graph 0.01,0.93
       +set label "{/:Bold b}" at graph 0.02,0.93
        plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
        
        set xtics format "%g"
       t@@ -49,5 +49,5 @@ unset y2tics
        unset y2label
        set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
        unset label
       -set label "{/:Bold c}" at graph 0.01,0.93
       +set label "{/:Bold c}" at graph 0.02,0.93
        plot "" u ($2/1000):8 w l lt 6 t ""
 (DIR) diff --git a/fig-stick_slip_rate_depth/fig.gp b/fig-stick_slip_rate_depth/fig.gp
       t@@ -27,7 +27,7 @@ set palette rgb 10,6,6
        #f = 1.0/(3600.0*24.0)
        #f(x) = 8.0 - skindepth(f,k)
        
       -set label "{/:Bold a}" at graph 0.90,0.93
       +set label "{/:Bold b}" at graph 0.90,0.93
        unset colorbox
        set xlabel "{/:Normal Water pressure [kPa]}"
        set ylabel "{/:Normal Vertical position [m]}"
       t@@ -37,7 +37,7 @@ set arrow from 0,max_def_depth to 200,max_def_depth nohead front lc black dashty
        plot for [t = t0:tend:inc] filename(t) u ($4/1e3):1:(t-t0) w l lc palette lw 1 t ""
        
        unset label
       -set label "{/:Bold b}" at graph 0.90,0.93
       +set label "{/:Bold c}" at graph 0.90,0.93
        set xlabel "{/:Normal Eff. normal stress [kPa]}"
        set ylabel ""
        set xrange [0:200]
       t@@ -45,7 +45,7 @@ unset ytics
        plot for [t = t0:tend:inc] filename(t) u ($3/1e3):1:(t-t0) w l lc palette lw 1 t ""
        
        unset label
       -set label "{/:Bold c}" at graph 0.90,0.93
       +set label "{/:Bold d}" at graph 0.90,0.93
        set xlabel "{/:Normal Shear velocity [km/a]}"
        set ylabel ""
        set xrange [0.0:1.0]
       t@@ -58,7 +58,7 @@ set arrow from 0,max_def_depth to 1,max_def_depth nohead front lc black dashtype
        plot for [t = t0:tend:inc] filename(t) u ($2*60*60*24*365/1000):1:(t-t0) w l lc palette lw 1 t ""
        
        unset label
       -set label "{/:Bold d}" at graph 0.90,0.93
       +set label "{/:Bold e}" at graph 0.90,0.93
        set xlabel "{/:Normal Shear strain rate [1/d]}"
        set ylabel ""
        set xrange [0:20]