tAdd a-b labels to stick-slip figures - 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 c3b950f24e452f7ada07e2347ca844c6de90c83a
 (DIR) parent 04c4a4a66032442905b99444c18b3baffd1e616f
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 21 Nov 2019 12:15:32 +0100
       
       Add a-b labels to stick-slip figures
       
       Diffstat:
         M fig-stick_slip_rate/fig.gp          |      14 ++++++++------
         M fig-stick_slip_stress/fig.gp        |      14 ++++++++------
       
       2 files changed, 16 insertions(+), 12 deletions(-)
       ---
 (DIR) diff --git a/fig-stick_slip_rate/fig.gp b/fig-stick_slip_rate/fig.gp
       t@@ -7,11 +7,13 @@ set multiplot layout 4,1 \
                margins 0.19,0.72,0.10,0.98 \
                spacing 0.00,0.03
        
       +set label "{/:Bold b}" at screen 0.01,0.99
       +
        set key top right samplen 1.0 font ",10"
        unset xlabel
        set xtics format ""
        set yrange [0:320]
       -set ylabel "[kPa]"
       +set ylabel "{/:Normal [kPa]}"
        set ytics 100
        plot \
        "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \
       t@@ -22,14 +24,14 @@ unset ytics
        set yrange [0:80]
        set y2range [0:80]
        set y2tics 20
       -set y2label "Shear stress [kPa]"
       +set y2label "{/:Normal Shear stress [kPa]}"
        plot "" u ($0/1008*7):($4*$2/1000) w l lw 2 lt 1 t ""
        
        unset y2label
        unset y2tics
        set ytics 0.5
        set yrange [2.5:0.0]
       -set ylabel "Depth of max. strain rate [m]"
       +set ylabel "{/:Normal Depth of max. strain rate [m]}"
        plot "max_strainrate_depth.txt" u ($0/1008*7):(8.0 - $1) w l lw 2 lt 4 t ""
        
        unset ylabel
       t@@ -37,7 +39,7 @@ unset ytics
        set yrange [0.0:1e-4]
        set y2range [0.0:1e-4]
        set y2tics 3e-5
       -set y2label "Specific sediment flux [m/s]"
       -set xtics
       -set xlabel "Time [d]"
       +set y2label "{/:Normal Specific sediment flux [m/s]}"
       +set xtics 1 format "%g"
       +set xlabel "{/:Normal Time [d]}"
        plot "sediment_flux.txt" u ($0/1008*7):1 w l lw 2 lt 6 t ""
 (DIR) diff --git a/fig-stick_slip_stress/fig.gp b/fig-stick_slip_stress/fig.gp
       t@@ -7,30 +7,32 @@ set multiplot layout 4,1 \
                margins 0.19,0.72,0.10,0.98 \
                spacing 0.00,0.03
        
       -
        set key top right samplen 1.0 font ",10"
        unset xlabel
        set xtics format ""
        set yrange [0:320]
       -set ylabel "[kPa]"
       +set ylabel "{/:Normal [kPa]}"
        set ytics 100
       +set label "{/:Bold a}" at screen 0.01,0.99
        plot \
        "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \
        "" u ($0/1008*7):($3/1000) w l lw 2 lt 3 dt "-" t "water pressure"
        
       +unset label
       +
        unset ylabel
        unset ytics
        set yrange [0:10]
        set y2range [0:10]
        set y2tics 2.0
       -set y2label "Shear velocity [km/d]"
       +set y2label "{/:Normal Shear velocity [km/d]}"
        plot "" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 lt 7 t ""
        
        unset y2label
        unset y2tics
        set ytics 0.5
        set yrange [2.5:0.0]
       -set ylabel "Depth of max. strain rate [m]"
       +set ylabel "{/:Normal Depth of max. strain rate [m]}"
        plot "max_strainrate_depth.txt" u ($0/1008*7):(8.0 - $1) w l lw 2 lt 4 t ""
        
        unset ylabel
       t@@ -39,6 +41,6 @@ set yrange [0.0:6e-2]
        set y2range [0.0:6e-2]
        set y2tics 2e-2
        set y2label "Specific sediment flux [m/s]"
       -set xtics
       -set xlabel "Time [d]"
       +set xtics 1 format "%g"
       +set xlabel "{/:Normal Time [d]}"
        plot "sediment_flux.txt" u ($0/1008*7):1 w l lw 2 lt 6 t ""