set terminal postscript eps enhanced color size 8.6cm, 5cm dl 3 font "Helvetica, 16pt" jump_data = 'quantum-jump.dat' det_data = 'det_response.dat' s = 1e3 unset bars set output 'det_response.eps' unset key set xlabel '{/Symbol D}t (ns)' set ylabel 'Coincidences ({/Symbol \264}10^{3})' #offset 2,0 set xrange [-5:5] set yrange [:4.5e4/s] set tics front set ytics 1e4/s # set xtics 5 # plot det_data u ($1*1e9):2:3 w yerrorlines pt 6 lc '#0000AA' ps .5 notitle plot det_data u ($1*1e9):($2/s):($3/s) w yerrorlines pt 6 lc '#0000AA' ps .5 notitle set output 'g2.eps' set multiplot unset key set xlabel '{/Symbol D}t (ns)' set ylabel 'Coincidences ({/Symbol \264}10^3)' #offset 2,0 unset xrange set xrange [0:45] set yrange [0:3.5e4/s] set tics front set ytics 1e4/s nomirror set xtics 5 nomirror xp1 = 14.589180563876033 yp1 = 0.00018252473031378556 * 100 xp2 = 14.656433183610146 yp2 = 0.0014939091691120701 * 100 xcent = (15 - 14.6228226) - 1 plot jump_data u ($1 + xcent):($2/s):($3/s) w yerrorbar pt 6 lc '#FF0000' ps .3 notitle,\ '' u ($1 + xcent):($4/s) w lines lc 'black' lw 2 notitle set origin 0.5,0.35 set size 0.47,0.6 # # set xrange [(xp1 - 0.1):(xp2 + 0.1)] set xrange [13:15] # # set yrange [-.0001:0.00185] set xtics 1 nomirror # # set mxtics 2 # # set xtics out (" " xp1, " " xp2) nomirror # # set ytics ("10\%%" yp1, "90\%%" yp2) offset .8 # unset ytics # # set yrange [0:0.1] unset xlabel unset ylabel # unset label # # set tics scale 0.5 front # # set xtics 10 offset 0,0.5 # # set ytics 0.1 offset 0.5,0 # # set arrow from xp1,-.0001 to xp1,yp1 nohead lc rgb 'grey' lw 1 # # set arrow from xp2,-.0001 to xp2,yp2 nohead lc rgb 'grey' lw 1 # # set arrow from (xp1 - 0.1),yp1 to 14.589180563876033,yp1 nohead lc rgb 'grey' lw 1 # # set arrow from (xp1 - 0.1),yp2 to 14.656433183610146,yp2 nohead lc rgb 'grey' lw 1 # # set label 1 "67ps" at ((xp1 + xp2) / 2), -0.0003 center plot jump_data u ($1 + xcent):($2/s):($3/s) w yerrorbar pt 6 lc '#FF0000' ps .5 notitle,\ '' u ($1 + xcent):($4/s) w lines lc 'black' lw 2 notitle # set output 'quantum_jump.eps' # set multiplot # unset key # set xlabel '{/Symbol D}t (ns)' # set ylabel 'correlation (a.u.)' offset 1,0 # xcent = (15 - 14.6228226) # # set xrange [0:30] # # set yrange [-.0001:.002] # # set ytics 0.001 nomirror # set yrange [-.01:.2] # unset ytics # set ytics 0.1 nomirror # set xtics 5 # plot jump_data u ($1 + xcent):($4*100):($5*100) w yerrorbar pt 6 lc '#FF0000' ps .5 notitle,\ # '' u ($1 + xcent):($6*100) w lines lc 'black' lw 2 notitle # set origin 0.51,0.35 # set size 0.47,0.6 # xp1 = 14.589180563876033 # yp1 = 0.00018252473031378556 * 100 # xp2 = 14.656433183610146 # yp2 = 0.0014939091691120701 * 100 # # set xrange [(xp1 - 0.1):(xp2 + 0.1)] # set xrange [14.85:15.15] # # set yrange [-.0001:0.00185] # set xtics .1 # # set mxtics 2 # # set xtics out (" " xp1, " " xp2) nomirror # # set ytics ("10\%%" yp1, "90\%%" yp2) offset .8 # # unset ytics # # set yrange [0:0.1] # unset xlabel # unset ylabel # unset label # # set tics scale 0.5 front # # set xtics 10 offset 0,0.5 # # set ytics 0.1 offset 0.5,0 # # set arrow from xp1,-.0001 to xp1,yp1 nohead lc rgb 'grey' lw 1 # # set arrow from xp2,-.0001 to xp2,yp2 nohead lc rgb 'grey' lw 1 # # set arrow from (xp1 - 0.1),yp1 to 14.589180563876033,yp1 nohead lc rgb 'grey' lw 1 # # set arrow from (xp1 - 0.1),yp2 to 14.656433183610146,yp2 nohead lc rgb 'grey' lw 1 # # set label 1 "67ps" at ((xp1 + xp2) / 2), -0.0003 center # plot jump_data u ($1 + xcent):($4*100):($5*100) w yerrorbar pt 6 lc '#FF0000' ps .5 notitle,\ # '' u ($1 + xcent):($6*100) w lines lc 'black' lw 2 notitle unset multiplot