commit e5829239c9d163cf04ad92c60c33829a683af37c
parent 4afb091c0cf8494a8ea5aaae3ac2704f58001457
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:
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/fig-skin_depth_diff.gp b/fig-skin_depth_diff.gp
@@ -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
@@ -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]
@@ -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