set terminal postscript eps color enhanced font "Helvetica,16pt" size 8.6cm,6cm set output "apd_mpd.eps" #set multiplot ##for the main apd_mpd plot #set size 1,1 #set origin 0,0 set xr [-2:2] set yr [0:1300] set xl "Timing Separation {/Symbol t} [ns]" set xtics 0.5 set ytics 200 # set tics scale 2 set yl "Coincidence Events" set xl offset 0,0.3 set yl offset 1.2,0 set format x "%2.1f" set format y "%g" unset key set arrow from -1.15,600 to -0.65,600 set arrow from 1.15,600 to 0.65,600 set label 1 "1.2 ns" at 1.25,600 set arrow from -0.55,500 to -0.05,500 set arrow from 0.55,500 to 0.05,500 set label 2 "40 ps" at 0.1,400 set label 3 "PDF" at -0.5,570 set label 4 "C30902S" at -1.5,670 plot "apd_mpd.dat" using 1:2 w l lt 1 lc 3 lw 2, \ "" using 1:3 w l lt 1 lc 1 lw 2 ##for the spdc inset #set size 0.5,0.5 #set origin 0,0 #plot "spdc.png" binary filetype=auto with rgbimage #unset multiplot