tfig-skin_depth_diff.gp: show max depth in all three panes, change border color - hansen-zoet-exp - comparison of lab and model results of sediment advection
 (HTM) git clone git://src.adamsgaard.dk/hansen-zoet-exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit e5829239c9d163cf04ad92c60c33829a683af37c
 (DIR) parent 4afb091c0cf8494a8ea5aaae3ac2704f58001457
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 16 Jun 2022 12:04:36 +0200
       
       fig-skin_depth_diff.gp: show max depth in all three panes, change border color
       
       Diffstat:
         M fig-skin_depth_diff.gp              |      14 ++++++++------
       
       1 file changed, 8 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/fig-skin_depth_diff.gp b/fig-skin_depth_diff.gp
       t@@ -55,8 +55,8 @@ x=1.0/3600.0/24.0/365.0
        set arrow from x,D_min to x,D_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
       +#splot skindepth(x,y) notitle with lines palette, \
       + #     skindepth(x,y) with pm3d notitle
        
        reset
        set pm3d
       t@@ -74,13 +74,15 @@ x=1.0/3600.0/24.0/365.0
        set arrow from x,D_min to x,D_max nohead lc "white" front
        set label "yearly" at x,label_y rotate by 90 front offset screen -0.01,0 textcolor "white"
        
       +set border 31 lc rgbcolor "#666666"
       +
        set label "a" at screen 0.01,0.95 font "{:Bold},12"
        set label "b" at screen 0.35,0.95 font "{:Bold},12"
        set label "c" at screen 0.70,0.95 font "{:Bold},12"
        
        set xlabel "Forcing frequency {/:Italic f} [s^{-1}]"
        set ylabel "Diffusivity {/:Italic D} [m^2/s]"
       -set cblabel "Max. deformation depth [m]"
       +set cblabel "Max. deformation depth, {/:Italic z'} [m]"
        
        set xrange [f_min:f_max]
        set yrange [D_min:D_max]
       t@@ -99,14 +101,14 @@ set pm3d scansforward
        #set pm3d interpolate 10,10
        set logscale xy
        
       -#unset colorbox
       +set title "{/:Italic A}_f = 1 kPa"
       +splot 'max_depth_ampl1e3.txt' notitle with lines palette, \
       +      '' with pm3d notitle
        
        set title "{/:Italic A}_f = 10 kPa"
        splot 'max_depth_ampl10e3.txt' notitle with lines palette, \
              '' with pm3d notitle
        
       -#unset ylabel
       -#set colorbox
        set title "{/:Italic A}_f = 100 kPa"
        splot 'max_depth_ampl100e3.txt' notitle with lines palette, \
              '' with pm3d notitle