URI: 
       tfig.gp - cngf-pf-exp2 - experiments for second paper with continuum granular model
  HTML git clone git://src.adamsgaard.dk/cngf-pf-exp2
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR LICENSE
       ---
       tfig.gp (1174B)
       ---
            1 #!/usr/bin/env gnuplot
            2 
            3 reset
            4 
            5 set terminal pdfcairo enhanced color size 8 cm, 16 cm font ",10"
            6 set multiplot layout 3,1
            7 
            8 #set margins 8,2,3.2,1
            9 set colorsequence podo
           10 
           11 set xlabel "{/:Normal Shear displacement [mm]}"
           12 set ylabel "{/:Normal Vertical position [mm]}" offset 1.0
           13 
           14 xscale=1e3
           15 yscale=xscale
           16 set xrange [-5:105]
           17 set yrange [-90:0]
           18 #set xtics 0.2
           19 #set ytics 0.2
           20 
           21 #set label "d" at screen 0.02,0.95
           22 
           23 set key bottom right font ",9" samplen 1.0 maxrows 4
           24 
           25 #pointsize=0.6
           26 
           27 set title "N = 6 kPa"
           28 plot "strain_distribution_s0.07m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.07 mm/min", \
           29         "strain_distribution_s0.7m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.7 mm/min", \
           30         "strain_distribution_s7.0m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 7.0 mm/min"
           31 
           32 set title "N = 50 kPa"
           33 plot "strain_distribution_s0.07m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.07 mm/min", \
           34         "strain_distribution_s0.7m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.7 mm/min", \
           35         "strain_distribution_s7.0m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 7.0 mm/min"