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

set xlabel "{/Symbol n} (cm^{-1})"
set ylabel "Emission intensity (W/m^{2}/sr/cm^{-1})"
plot \
     "./Be.txt" u 1:2 notitle w lines lt -1 lw 1 \

quit
