tAdd more contours to skin depth plot - 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 b944650f811707194c52ed1621b4672d3caaa472
 (DIR) parent 3377356fb901ab288f34fb57c1aa6700edfd25ae
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 26 Jun 2019 15:35:07 +0200
       
       Add more contours to skin depth plot
       
       Diffstat:
         M fig5/fig.gp                         |       7 +------
       
       1 file changed, 1 insertion(+), 6 deletions(-)
       ---
 (DIR) diff --git a/fig5/fig.gp b/fig5/fig.gp
       t@@ -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 ""