tChange period labels to white, add labels to all subplots - 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 67902807a20ff93e5b4db10eee20ab349b52abc1
 (DIR) parent a0074963dc5beed010198c0ef2cf7c6e20db60eb
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 17 Jan 2020 09:00:07 +0100
       
       Change period labels to white, add labels to all subplots
       
       Diffstat:
         M fig-skin_depth/fig.gp               |      34 ++++++++++++++++++++-----------
       
       1 file changed, 22 insertions(+), 12 deletions(-)
       ---
 (DIR) diff --git a/fig-skin_depth/fig.gp b/fig-skin_depth/fig.gp
       t@@ -44,22 +44,19 @@ set format y '10^{%T}'
        
        set pm3d
        
       -label_y = 3e-18
       +label_y = 3e-17
        x=1.0/3600.0
       -set arrow from x,k_min to x,k_max nohead lc black front
       -set label "hourly" at x,label_y rotate by 90 front offset screen -0.01,0
       -
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "hourly" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
        x=1.0/3600.0/24.0
       -set arrow from x,k_min to x,k_max nohead lc black front
       -set label "daily" at x,label_y rotate by 90 front offset screen -0.01,0
       -
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "daily" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
        x=1.0/3600.0/24.0/30.0
       -set arrow from x,k_min to x,k_max nohead lc black front
       -set label "monthly" at x,label_y rotate by 90 front offset screen -0.01,0
       -
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "monthly" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
        x=1.0/3600.0/24.0/365.0
       -set arrow from x,k_min to x,k_max nohead lc black front
       -set label "yearly" at x,label_y rotate by 90 front offset screen -0.01,0
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "yearly" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
        
        splot skindepth(x,y) notitle with lines palette, \
              skindepth(x,y) with pm3d notitle
       t@@ -67,6 +64,19 @@ splot skindepth(x,y) notitle with lines palette, \
        reset
        set pm3d
        
       +x=1.0/3600.0
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "hourly" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
       +x=1.0/3600.0/24.0
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "daily" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
       +x=1.0/3600.0/24.0/30.0
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "monthly" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
       +x=1.0/3600.0/24.0/365.0
       +set arrow from x,k_min to x,k_max nohead lc "white" front
       +set label "yearly" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
       +
        set label "{/:Bold a}" at screen 0.01,0.95
        set label "{/:Bold b}" at screen 0.35,0.95
        set label "{/:Bold c}" at screen 0.70,0.95