set terminal postscript eps color enhanced font "Helvetica,20" size 12.6cm,8cm set output 'hom_dip_corrected.eps' set border 3 set bars 0 set xtics 10 nomirror set ytics 0.25 nomirror set xlabel "Time delay between photon peaks, {/Symbol D}t" set ylabel "Normalized probability, P^{n}" set label 1 at 33,0.46 "quantum limit" set label 2 at 33,1.10 "Non-interfering" normalised(x)=1 normalisedqlimit(x)=0.5 plot [-55:55][0:1.2] 'hom_dip_corrected.dat' u 1:2:(1):3 w xyerrorbars lc rgb "red" lt 1.2 pt 7 ps 1.8 notitle,\ normalisedqlimit(x) lc rgb "black" lt 3 lw 1.5 notitle,\ normalised(x) lc rgb "black" lt 3 lw 1.5 notitle #’hom_dip_nocorrection.dat' u 1:2:(1):3 w xyerrorbars lc rgb "blue" lt 1 pt 4 notitle #normalised(x) lc rgb "black" lt 3 lw 1.5 notitle,\