commit b944650f811707194c52ed1621b4672d3caaa472
parent 3377356fb901ab288f34fb57c1aa6700edfd25ae
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 26 Jun 2019 15:35:07 +0200
Add more contours to skin depth plot
Diffstat:
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/fig5/fig.gp b/fig5/fig.gp
@@ -38,16 +38,11 @@ set xrange [f_min:f_max]
set yrange [k_min:k_max]
set samples 100
set isosamples 60
-#set table 'skindepth.dat'
-#splot skindepth(x,y)
-#unset table
# Generate contours
set view map
unset surface
set contour
+set cntrparam levels discrete 0.1, 0.3, 1, 3, 10, 30, 100, 300
set key outside title "Skin depth\n[m]" width 1.0 samplen 2.5
-#set key outside bottom center vertical
-#set key outside top center vertical
-#set size ratio 0.35
splot skindepth(x,y) title ""