tRemove old panels B and E from hysteresis figure - 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 a181459dfb92b27332b6b98501d480c665f3987c
 (DIR) parent 627fb560e778d8f9daa65fddd6a0d10b50cb0651
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 25 Aug 2020 11:12:40 +0200
       
       Remove old panels B and E from hysteresis figure
       
       Diffstat:
         M fig-hysteresis_rate/fig.gp          |      37 +++++++++++++++----------------
         M fig-hysteresis_stress/fig.gp        |      44 +++++++++++++++----------------
       
       2 files changed, 39 insertions(+), 42 deletions(-)
       ---
 (DIR) diff --git a/fig-hysteresis_rate/fig.gp b/fig-hysteresis_rate/fig.gp
       t@@ -1,12 +1,11 @@
        #!/usr/bin/env gnuplot
        reset
        
       -#set terminal pdfcairo color size 7.5 cm, 10 cm
       -set terminal pdfcairo color size 4.35 cm, 9 cm font ",10"
       +set terminal pdfcairo color size 4.35 cm, 6 cm font ",10"
        
       -set multiplot layout 3,1 \
       -        margins 0.30,0.93,0.10,0.91 \
       -        spacing 0.03,0.03
       +set multiplot layout 2,1 \
       +        margins 0.30,0.93,0.15,0.87 \
       +        spacing 0.03,0.04
        
        set xrange [0:200]
        set x2range [200:0]
       t@@ -14,7 +13,7 @@ set x2tics 50 nomirror
        set xtics format ""
        set yrange [0:80]
        set x2label "{/:Normal Water pressure [kPa]}"
       -set ylabel "{/:Normal Shear stress [kPa]}"
       +set ylabel "{/:Normal Shear stress [kPa]}" offset -1.4
        set ytics 20
        set arrow from 125,35 to 160,45 head
        set arrow from 150,70 to 110,55 head
       t@@ -28,17 +27,17 @@ unset x2tics
        unset ytics
        unset x2label
        unset ylabel
       -set ylabel "{/:Normal Depth of max.\nstrain rate [m]}" offset 1.0
       -set yrange [2.5:-0.1]
       -set ytics 0.5
       -unset arrow
       -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.02,0.93 font ",12"
       -set label "B" at graph 0.02,0.93 font ",12"
       -plot "" u ($2/1000):(8.0 - $6) w l lt 4 lc rgb "#87cefa" t ""
       +#set ylabel "{/:Normal Depth of max.\nstrain rate [m]}" offset 1.0
       +#set yrange [2.5:-0.1]
       +#set ytics 0.5
       +#unset arrow
       +#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.02,0.93 font ",12"
       +#set label "B" at graph 0.02,0.93 font ",12"
       +#plot "" u ($2/1000):(8.0 - $6) w l lt 4 lc rgb "#87cefa" t ""
        
        set xtics format "%g"
        set xlabel "{/:Normal Eff. normal stress [kPa]}"
       t@@ -55,7 +54,7 @@ unset y2tics
        unset y2label
        unset label
        #set label "{/:Bold f}" at graph 0.02,0.93
       -set label "C" at graph 0.02,0.93 font ",12"
       +set label "B" at graph 0.02,0.93 font ",12"
        #set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
       -set ylabel "{/:Normal Till flux [m^2/a]}" offset 1.5
       +set ylabel "{/:Normal Till flux [m^2/a]}" offset 0.6
        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@@ -1,12 +1,11 @@
        #!/usr/bin/env gnuplot
        reset
        
       -#set terminal pdfcairo color size 8.7 cm, 10 cm font ",10"
       -set terminal pdfcairo color size 4.35 cm, 9 cm font ",10"
       +set terminal pdfcairo color size 4.35 cm, 6 cm font ",10"
        
       -set multiplot layout 3,1 \
       -        margins 0.08,0.70,0.10,0.91 \
       -        spacing 0.03,0.03
       +set multiplot layout 2,1 \
       +        margins 0.08,0.70,0.15,0.87 \
       +        spacing 0.03,0.04
        
        set xrange [0:200]
        set x2range [200:0]
       t@@ -15,14 +14,14 @@ set xtics format ""
        set yrange [-0.5:11.5]
        set y2range [-0.5:11.5]
        set x2label "{/:Normal Water pressure [kPa]}"
       -set y2label "{/:Normal Shear speed [km/d]}" offset -2.0
       +set y2label "{/:Normal Shear speed [km/d]}" offset 0.0
        set y2tics 2.0
        unset ytics
        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.02,0.93
       -set label "D" at graph 0.02,0.93 font ",12"
       +set label "C" at graph 0.02,0.93 font ",12"
        plot \
        "timeseries_combined.txt" u ($2/1000):($1*60*60*24/1000) w l lt 7 lc rgb "#008000" t ""
        
       t@@ -32,19 +31,19 @@ unset x2label
        unset ylabel
        unset y2label
        unset y2tics
       -set y2label "{/:Normal Depth of max.\n strain rate [m]}" offset -3.0
       -set yrange [2.5:-0.1]
       -set y2range [2.5:-0.1]
       -#set ytics 0.5
       -set y2tics 0.5
       -unset arrow
       -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.02,0.93
       -set label "E" at graph 0.02,0.93 font ",12"
       -plot "" u ($2/1000):(8.0 - $6) w l lt 4 lc rgb "#87cefa" t ""
       +#set y2label "{/:Normal Depth of max.\n strain rate [m]}" offset -3.0
       +#set yrange [2.5:-0.1]
       +#set y2range [2.5:-0.1]
       +###set ytics 0.5
       +#set y2tics 0.5
       +#unset arrow
       +#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.02,0.93
       +#set label "E" at graph 0.02,0.93 font ",12"
       +#plot "" u ($2/1000):(8.0 - $6) w l lt 4 lc rgb "#87cefa" t ""
        
        set xtics format "%g"
        set xlabel "{/:Normal Eff. normal stress [kPa]}"
       t@@ -56,9 +55,8 @@ set y2range [0:0.07]
        unset arrow
        set arrow from 65,0.008 to 40,0.02 head
        set arrow from 65,0.046 to 90,0.028 head
       -set y2label "{/:Normal Till flux [m^2/s]}" offset -2.0
       +set y2label "{/:Normal Till flux [m^2/s]}" offset -1.9
        unset ylabel
        unset label
       -#set label "{/:Bold c}" at graph 0.02,0.93
       -set label "F" at graph 0.02,0.93 font ",12"
       +set label "D" at graph 0.02,0.93 font ",12"
        plot "" u ($2/1000):8 w l lt 6 t ""