porosity-evolution.gp (1138B)
1 #!/usr/bin/env gnuplot 2 3 reset 4 5 set terminal pdfcairo enhanced color size 8 cm, 10 cm font ",10" 6 set multiplot layout 2,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 Mean porosity [-]}" offset 1.0 13 14 xscale=1 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 left font ",9" samplen 1.0 maxrows 4 24 25 #pointsize=0.6 26 27 set title "N = 6 kPa" 28 plot "s0.07m-s_N6kPa-timeseries-mean.tsv" u ($0*xscale):($7*yscale) w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ 29 "s0.7m-s_N6kPa-timeseries-mean.tsv" u ($0*xscale):($7*yscale) w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ 30 "s7.0m-s_N6kPa-timeseries-mean.tsv" u ($0*xscale):($7*yscale) w l t "{/:Bold CNGF-PF} 7.0 mm/min" 31 32 set title "N = 50 kPa" 33 plot "s0.07m-s_N50kPa-timeseries-mean.tsv" u ($0*xscale):($7*yscale) w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ 34 "s0.7m-s_N50kPa-timeseries-mean.tsv" u ($0*xscale):($7*yscale) w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ 35 "s7.0m-s_N50kPa-timeseries-mean.tsv" u ($0*xscale):($7*yscale) w l t "{/:Bold CNGF-PF} 7.0 mm/min"