manus_continuum_granular1_exp

experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE Back to index

fig.gp (611B)


      1 #!/usr/bin/env gnuplot
      2 reset
      3 
      4 set terminal pdfcairo color size 4.45 cm, 4.45 cm font ",10"
      5 
      6 set multiplot layout 1,1 \
      7 	margins 0.26,0.90,0.23,0.90 \
      8 	spacing 0.03,0.03
      9 
     10 set key bottom right samplen 0.5 font ",8"
     11 set xtics 1 format "%g"
     12 set xlabel "{/:Normal Time [d]}"
     13 #set yrange [0:320]
     14 set yrange [-50:225]
     15 set ylabel "{/:Normal [kPa]}"
     16 set ytics 100
     17 
     18 #set label "{/:Bold a}" at graph 0.90,0.93
     19 set label "A" at screen 0.26,0.97 font ",12"
     20 
     21 plot \
     22 "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \
     23 "" u ($0/1008*7):($3/1000) w l lw 2 lt 3 dt "-" t "water pressure"