tUse greek symbols in labels and legend - 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 2f19733c517f53aab139d18d20b062176cefd854
 (DIR) parent 6af7f9d173370241c8e280a9117c8a125d6037ef
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 12 Nov 2019 20:06:46 +0100
       
       Use greek symbols in labels and legend
       
       Diffstat:
         M fig-rate_dependence/fig.gp          |      22 +++++++++++-----------
       
       1 file changed, 11 insertions(+), 11 deletions(-)
       ---
 (DIR) diff --git a/fig-rate_dependence/fig.gp b/fig-rate_dependence/fig.gp
       t@@ -5,7 +5,7 @@ reset
        ## resemble Iverson 2010 fig2a
        
        #set terminal pdfcairo size 7.5 cm, 7.5 cm
       -set terminal pdfcairo size 15 cm, 10 cm
       +set terminal pdfcairo size 15 cm, 10 cm enhanced
        
        set multiplot layout 2,2 \
                margins 0.09,0.97,0.11,0.97 \
       t@@ -18,8 +18,8 @@ set logscale x
        
        #unset xlabel
        #unset xtics
       -set ylabel "Shear friction [-]"
       -set xlabel "Shear strain rate [a^{-1}]"
       +set ylabel "Shear friction {/Symbol m} [-]"
       +set xlabel "Shear strain rate d{/Symbol g}/dt [a^{-1}]"
        
        set label "{/:Bold a}" at screen 0.01,0.96
        set label "{/:Bold b}" at screen 0.525,0.96
       t@@ -52,8 +52,8 @@ unset yrange
        unset logscale x
        set xtics 50
        set ytics 20
       -set ylabel "Shear stress [kPa]"
       -set xlabel "Effective normal stress [kPa]"
       +set ylabel "Shear stress {/Symbol t} [kPa]"
       +set xlabel "Effective normal stress {/Symbol s}_n' [kPa]"
        set xrange [0:200]
        set yrange [0:120]
        
       t@@ -71,13 +71,13 @@ load 'BlueSeq.plt'
        set key top left reverse Left font ",8" samplen 2.0
        
        plot \
       -     "out_mu0.50_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#FEE0D2' lw 2 t "mu_s = 0.3, C = 20 kPa", \
       +     "out_mu0.50_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#FEE0D2' lw 2 t "{/Symbol m}_s = 0.3, 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.4, C = 20 kPa", \
       +     "out_mu0.40_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#FC9272' lw 2 t "{/Symbol m}_s = 0.4, 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.5, C = 20 kPa", \
       -     "out_mu0.50_C0.txt" u ($1):($2*$1) w l ls 5 lw 2 t "mu_s = 0.5, C = 0 kPa", \
       +     "out_mu0.30_C20e3.txt" u ($1):($2*$1 + 20) w l lc '#EF3B2C' lw 2 t "{/Symbol m}_s = 0.5, C = 20 kPa", \
       +     "out_mu0.50_C0.txt" u ($1):($2*$1) w l ls 5 lw 2 t "{/Symbol m}_s = 0.5, 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.4, C = 0 kPa", \
       +     "out_mu0.40_C0.txt" u ($1):($2*$1) w l ls 3 lw 2 t "{/Symbol m}_s = 0.4, 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.3, C = 0 kPa"
       +     "out_mu0.30_C0.txt" u ($1):($2*$1) w l ls 1 lw 2 t "{/Symbol m}_s = 0.3, C = 0 kPa"