set term pdf enhanced color font "helvetica,20" linewidth 1 size 10,6
set output "dground_Flux.pdf"

set xlabel "{/Symbol n} (cm^{-1})"
set ylabel "Ground Flux difference (W/m^{2}/cm^{-1}) 2b-1a"
plot \
     "./dfground_signal.txt" u 1:2 title "25 cm^{-1} truncation" w lines lt rgb "red" lw 1 \

quit
