reset set term postscript enhanced landscape color font "Helvetica,24pt" dashlength 2.0 set size 1,1 #set term pngcairo st='lw 3' reset set output "OTDR-trace" set title "OTDR trace of the 10-km fibre loop under test" set xrange [0:11] set yrange [25:45] set ylabel "Attenuation (dB)" set xlabel "Distance (km)" plot 'AUTO1310nm0241-trace.dat' using 1:2 w l lw 2 title "10-km loop, start: AR159, end: AR159" #set output "detector-check-2.eps" #plot 'h-rev.dat' using 1:2 w l title 'homemade-H' ,\ # 'v-rev.dat' using 1:2 w l title 'homemade-V' ,\ # 'p-rev.dat' using 1:2 w l title 'homemade-plus' ,\ # 'm-rev.dat' using 1:2 w l title 'homemade-minus',\ # 'p-dc-rev.dat' using 1:2 w l title 'accidentals from dark counts'