# STACK THEM ALL set terminal postscript eps color enhanced solid font "Helvetica,20" size 12cm,9cm set output 'uddeg.eps' set multiplot layout 2, 1 set colorsequence classic #infile3 = 'data/13pi_PDD_2019-01-11.dat' #infile0 = 'data/3pi_PDD_2019-01-10.dat' #infile1 = 'data/5pi_PDD_2019-01-10.dat' #infile2 = 'data/7pi_PDD_2019-01-11.dat' #infile4 = 'data/spinecho_2019-01-10.dat' #infile5 = 'data/15pi_PDD_2019-01-11.dat' infile1 = 'data/3pi_UDD_2019-01-10.dat' infile2 = 'data/5pi_UDD_2019-01-10.dat' infiles0 = 'data/3piUDD_simulations.dat' infiles1 = 'data/5piUDD_simulations.dat' unset ylabel unset xlabel unset key # set xrange [0:2.5] set yrange [50:100] set ytics 25 nomirror set xtics 1 nomirror set format x "" set lmargin 8 set rmargin 1 # set tmargin at screen 0.98 set bmargin at screen 0.59 set ylabel "Probability in F=2 (%)" offset 0,-10 plot infile1 u (6.828*$1/1000):(100*$5):(100*$6) w yerr lc 1 ps 1.2 pt 7 t '5 pi', infiles0 u ($1/1000):(43*$2+50) w lines lc 3 lw 3 not # unset ylabel set format x "%.0f" set tmargin at screen 0.52 set bmargin at screen 0.13 set xlabel "Free evolution time {/Symbol t} (ms)" plot infile2 u (14.928*$1/1000):(100*$5):(100*$6) w yerr lc 1 ps 1.2 pt 7 t '15 pi', infiles1 u ($1/1000):(43*$2+50) w lines lc 3 lw 3 not unset multiplot pause -1