set terminal postscript eps color enhanced font "Helvetica,14" size 8.6cm,6cm set output 'HOM_nocorrection.eps' #set border 3 #set xlabel "Time delay between the two photons (ns)" set xlabel "Time delay {/Symbol D}t (ns)" set ylabel "Coincidence probability (%)" set xtics 10 nomirror set ytics 2e-4,2e-4 nomirror set label 1 at -59.5,0 "0" set format y "%1.0e" set bars 0 random(x)=0.0018945; qlimit(x)=0.5*0.0018945; plot [-55:55][0:] 'HOM_nocorrection.dat' u 1:($2*100):(1):($3*100) w xyerrorbars pt 5 ps 1.5 lt 1 lw 2 notitle,\ 'HOM_nocorrection_theory.dat' u 1:($2*100) w l lt 1 lc rgb "#008800" lw 1.5 notitle,\ 'HOM_perpendicular.dat' u 1:($2*100):(1):($3*100) w xyerrorbars pt 7 ps 1.5 lt 1 lw 2 lc rgb "blue" notitle,\ random(x) lc rgb "black" lt 3 lw 1.5 notitle,\ qlimit(x) lc rgb "black" lt 3 lw 1.5 notitle