reset set term postscript enhanced color font "Helvetica,24pt" dashlength 2.0 set output 'spectrum.eps' set size 1,0.8 set style line 1 lt 1 lw 2 lc rgb 'black' set style line 2 lt 3 lw 2 lc rgb 'red' set style line 3 lt 5 lw 2 lc rgb 'blue' set xlabel "Wavelength (nm)" #offset 1.0, 0 set ylabel "Counts/s" #offset -0.8, 0 set xrange [1230:1400] set yrange [0:20000] #set pointsize 1 set nogrid #set label 1 "50nm bandpass" at 1300, 1800 tc rgb 'black' #set label 2 "Signal arm" at 1300, 1700 tc rgb 'red' #set label 3 "Idler arm" at 1300, 1600 tc rgb 'blue' #plot '2019-11-21-fullspectrum-lightsout.txt' using 1:3 w l lt 1 lw 2 lc rgb 'black' title "50nm bandwidth", \ # '2019-11-21-lowerarm.txt' using 1:3 w l dashtype 2 lw 3 lc rgb 'blue' title "Signal arm", \ # '2019-11-21-upperarm.txt' using 1:3 w l dashtype 3 lw 3 lc rgb 'red' title "Idler arm" plot 'yc-2020-50nm' using 1:3 w l lt 1 lw 3 lc rgb 'black' title "50nm bandwidth", \ 'yc-2020-shorter' using 1:3 w l dashtype 2 lw 4 lc rgb 'blue' title "Signal arm", \ 'yc-2020-longer' using 1:3 w l dashtype 3 lw 4 lc rgb 'red' title "Idler arm" , \ 'yc-2020-full' using 1:3 w l lt 1 lw 3 lc rgb 'orange' title "full bandwidth"