tFix plot order - 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 23d8d10ae738534452dc82bde0e63bf54cec4e32
 (DIR) parent 879eda3514b0f30b2bfdc5ef873c856573559b92
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 15 Jul 2019 15:45:13 +0200
       
       Fix plot order
       
       Diffstat:
         M fig1/fig.gp                         |      13 +++++++------
       
       1 file changed, 7 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/fig1/fig.gp b/fig1/fig.gp
       t@@ -56,13 +56,14 @@ set xlabel "Effective normal stress [kPa]"
        load 'BlueSeq.plt'
        set key top left reverse Left font ",7" samplen 2.0
        
       -plot "out_mu0.50_C0.txt" u ($1):($2*$1) w l ls 5 lw 2 t "mu_s = 0.50, C = 0 kPa", \
       -     "out_mu0.45_C0.txt" u ($1):($2*$1) w l ls 4 lw 2 t "", \
       -     "out_mu0.40_C0.txt" u ($1):($2*$1) w l ls 3 lw 2 t "mu_s = 0.40, C = 0 kPa", \
       -     "out_mu0.35_C0.txt" u ($1):($2*$1) w l ls 2 lw 2 t "", \
       -     "out_mu0.30_C0.txt" u ($1):($2*$1) w l ls 1 lw 2 t "mu_s = 0.30, C = 0 kPa", \
       +plot \
             "out_mu0.50_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#FEE0D2' lw 2 t "mu_s = 0.30, C = 20 kPa", \
             "out_mu0.45_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#FCBBA1' lw 2 t "", \
             "out_mu0.40_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#FC9272' lw 2 t "mu_s = 0.40, C = 20 kPa", \
             "out_mu0.35_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#FB6A4A' lw 2 t "", \
       -     "out_mu0.30_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#EF3B2C' lw 2 t "mu_s = 0.50, C = 20 kPa"
       +     "out_mu0.30_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#EF3B2C' lw 2 t "mu_s = 0.50, C = 20 kPa", \
       +     "out_mu0.50_C0.txt" u ($1):($2*$1) w l ls 5 lw 2 t "mu_s = 0.50, C = 0 kPa", \
       +     "out_mu0.45_C0.txt" u ($1):($2*$1) w l ls 4 lw 2 t "", \
       +     "out_mu0.40_C0.txt" u ($1):($2*$1) w l ls 3 lw 2 t "mu_s = 0.40, C = 0 kPa", \
       +     "out_mu0.35_C0.txt" u ($1):($2*$1) w l ls 2 lw 2 t "", \
       +     "out_mu0.30_C0.txt" u ($1):($2*$1) w l ls 1 lw 2 t "mu_s = 0.30, C = 0 kPa"