#set terminal wxt enhanced font "Helvetica,14" set terminal postscript eps color enhanced font "Helvetica,16" size 8cm,7.5cm set output 'conditional_g2_combined.eps' unset label set multiplot # Lower plot set origin 0,0 set size 1,0.58 set label 1 "(b)" at -95,0.2 set xlabel "{/Symbol D} t_{12} (ns)" set ylabel "g^{(2)}_{s1s2 | i}" offset 1.5,0 set xtics nomirror 20 set ytics 0.5 nomirror plot [-100:100][0:1.6] 'con_g2_normalized_762.dat' u 1:6:7 w yerrorbars lc rgb "blue" pt 6 ps 0.8 notitle # Upper plot set origin 0,0.52 set size 1,0.48 # no x axis labelling set format x "" set label 1 "(a)" at -95,0.2 set xlabel "" set ylabel "g^{(2)}_{i1i2 | s}" offset 1.5,0 set xtics nomirror set ytics 0.5 nomirror plot [-100:100][0:1.6] 'con_g2_normalized_795.dat' u 1:6:7 w yerrorbars lc rgb "red" pt 7 ps 0.8 notitle