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

#set logscale y
set format y '%8.2e'
set xlabel "{/Symbol n} (cm^{-1})"
set ylabel "H_{2}O AER continuum {/Symbol t} over the column"

plot "./tau_AER_H2O_cumulated.txt" u 1:2 notitle w lines lt -1 lw 1 \

quit
