tUse PNAS style for subfigure labels - 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 13108b298705414fb6ba51177931992a8dc0be5d
 (DIR) parent 179c671aec41fb5a3525bebac469a902ccd74652
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 18 Jan 2020 08:31:10 +0100
       
       Use PNAS style for subfigure labels
       
       Diffstat:
         M fig-stick_slip_forcing/fig.gp       |      12 +++++-------
         M fig-stick_slip_rate_depth/fig.gp    |      16 ++++++++++------
       
       2 files changed, 15 insertions(+), 13 deletions(-)
       ---
 (DIR) diff --git a/fig-stick_slip_forcing/fig.gp b/fig-stick_slip_forcing/fig.gp
       t@@ -1,15 +1,13 @@
        #!/usr/bin/env gnuplot
        reset
        
       -#set terminal pdfcairo color size 7.5 cm, 3.5 cm
       -set terminal pdfcairo color size 5 cm, 5 cm
       +set terminal pdfcairo color size 4.45 cm, 4.45 cm font ",10"
        
        set multiplot layout 1,1 \
       -        margins 0.27,0.95,0.23,0.95 \
       +        margins 0.32,0.95,0.23,0.93 \
                spacing 0.03,0.03
        
       -#set key top right samplen 1.0 font ",10"
       -set key bottom right samplen 2.0 font ",9"
       +set key bottom right samplen 0.5 font ",8"
        set xtics 1 format "%g"
        set xlabel "{/:Normal Time [d]}"
        #set yrange [0:320]
       t@@ -17,8 +15,8 @@ set yrange [-50:225]
        set ylabel "{/:Normal [kPa]}"
        set ytics 100
        
       -#set label "{/:Bold a}" at graph 0.02,0.9
       -set label "{/:Bold a}" at graph 0.90,0.93
       +#set label "{/:Bold a}" at graph 0.90,0.93
       +set label "A" at screen 0.32,0.97 font ",12"
        
        plot \
        "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \
 (DIR) diff --git a/fig-stick_slip_rate_depth/fig.gp b/fig-stick_slip_rate_depth/fig.gp
       t@@ -1,9 +1,9 @@
        #!/usr/bin/env gnuplot
        
        #set terminal pdfcairo color size 7.5 cm, 7.5 cm
       -set terminal pdfcairo color size 15.0 cm, 5.0 cm
       +set terminal pdfcairo color size 13.35 cm, 4.45 cm font ",10"
        set multiplot layout 1,4 \
       -        margins 0.09,0.97,0.23,0.95 \
       +        margins 0.09,0.97,0.23,0.93 \
                spacing 0.03,0.03
        
        set yrange [4.0:8.0]
       t@@ -27,7 +27,8 @@ set palette rgb 10,6,6
        #f = 1.0/(3600.0*24.0)
        #f(x) = 8.0 - skindepth(f,k)
        
       -set label "{/:Bold b}" at graph 0.90,0.93
       +#set label "{/:Bold b}" at graph 0.90,0.93
       +set label "B" at screen 0.09,0.97 font ",12"
        unset colorbox
        set xlabel "{/:Normal Water pressure [kPa]}"
        set ylabel "{/:Normal Vertical position [m]}"
       t@@ -37,7 +38,8 @@ set arrow from 0,max_def_depth to 200,max_def_depth nohead front lc black dashty
        plot for [t = t0:tend:inc] filename(t) u ($4/1e3):1:(t-t0) w l lc palette lw 1 t ""
        
        unset label
       -set label "{/:Bold c}" at graph 0.90,0.93
       +#set label "{/:Bold c}" at graph 0.90,0.93
       +set label "C" at screen 0.315,0.97 font ",12"
        set xlabel "{/:Normal Eff. normal stress [kPa]}"
        set ylabel ""
        set xrange [0:200]
       t@@ -45,7 +47,8 @@ unset ytics
        plot for [t = t0:tend:inc] filename(t) u ($3/1e3):1:(t-t0) w l lc palette lw 1 t ""
        
        unset label
       -set label "{/:Bold d}" at graph 0.90,0.93
       +#set label "{/:Bold d}" at graph 0.90,0.93
       +set label "D" at screen 0.545,0.97 font ",12"
        set xlabel "{/:Normal Shear velocity [km/a]}"
        set ylabel ""
        set xrange [0.0:1.0]
       t@@ -58,7 +61,8 @@ set arrow from 0,max_def_depth to 1,max_def_depth nohead front lc black dashtype
        plot for [t = t0:tend:inc] filename(t) u ($2*60*60*24*365/1000):1:(t-t0) w l lc palette lw 1 t ""
        
        unset label
       -set label "{/:Bold e}" at graph 0.90,0.93
       +#set label "{/:Bold e}" at graph 0.90,0.93
       +set label "E" at screen 0.772,0.97 font ",12"
        set xlabel "{/:Normal Shear strain rate [1/d]}"
        set ylabel ""
        set xrange [0:20]