tTweak appearance of MC 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 3c29617b8623693344f22cbb69a0c4365c75847e
 (DIR) parent 54fa6aaed89a059a2fa542caaddac573a8cdbb04
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 19 Nov 2019 11:32:01 +0100
       
       Tweak appearance of MC figure
       
       Diffstat:
         M fig-mohr_coulomb/fig.gp             |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/fig-mohr_coulomb/fig.gp b/fig-mohr_coulomb/fig.gp
       t@@ -27,12 +27,12 @@ wis(x)           = (x >= 20 && x <= 310)  ? tan(24)*x + 3 : 1/0    # Tulaczyk et
        set key top left reverse Left font ",8" samplen 2.0
        
        plot caesar(x)               w l lt 3 lw 2 t "Caesar till (Rathbun et al., 2008)", \
       -        "mc_caesar.txt"          u ($1):($2*$1 - 6.5) w l dashtype 2 lt 3 lw 2 t "Simulated Caesar till", \
       +        "mc_caesar.txt"          u ($1):($2*$1 - 6.5) w l dashtype 2 lt 3 lw 3 t "Simulated Caesar till", \
                storglaciaren(x)         w l lt 4 lw 2 t "Storglaciaren till (Iverson et al., 1998)", \
       -        "mc_storglaciaren.txt"   u ($1):($2*$1 + 5) w l dashtype 2 lt 4 lw 2 t "Simulated Storglaciaren till", \
       +        "mc_storglaciaren.txt"   u ($1):($2*$1 + 5) w l dashtype 2 lt 4 lw 3 t "Simulated Storglaciaren till", \
                two_rivers(x)            w l lt 5 lw 2 t "Two Rivers till (Iverson et al., 1998)", \
       -        "mc_two_rivers.txt"      u ($1):($2*$1 + 14) w l dashtype 2 lt 5 lw 2 t "Simulated Two Rivers till", \
       +        "mc_two_rivers.txt"      u ($1):($2*$1 + 14) w l dashtype 2 lt 5 lw 3 t "Simulated Two Rivers till", \
                "mc_des_moines_lobe.dat" w l lt 6 lw 2 t "Des Moines Lobe till (Iverson, 2010)", \
       -        "mc_des_moines_lobe.txt" u ($1):($2*$1 + 4.23) w l dashtype 2 lt 6 lw 2 t "Simulated Des Moines Lobe till", \
       +        "mc_des_moines_lobe.txt" u ($1):($2*$1 + 4.23) w l dashtype 2 lt 6 lw 3 t "Simulated Des Moines Lobe till", \
                wis(x)                   w l lt 7 lw 2 t "WIS till (Tulaczyk et al., 2000)", \
       -        "mc_wis.txt"             u ($1):($2*$1 + 3) w l dashtype 2 lt 7 lw 2 t "Simulated WIS till"
       +        "mc_wis.txt"             u ($1):($2*$1 + 3) w l dashtype 2 lt 7 lw 3 t "Simulated WIS till"