#clear
set style data linespoints
set grid
set title "VDSL A3 with noise test on CHT"
#set xtics 100
set ytics 5
set xtics (700,1000,1300,1600,2200,2500,2800,3000,3300)
set xlabel "Distance(feet)"
set ylabel "M bps"
#set term postscript
#set output "cht_noise_a3.ps"
plot [] [0:70] "cht_spec_noise.txt" using 1:2 lt 1 title "CHT Spec DS" , "cht_noise_a3.txt" \
using 1:2 lt 2 title "Award 3 DS" , "cht_spec_noise.txt" using 1:3 lt 3 title "CHT Spec US", "cht_noise_a3.txt" using 1:3 lt 4  title "Award 3 US"

