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

set xlabel "{/Symbol n} (cm^{-1})"
set ylabel "total {/Symbol t} over the column"

set xrange [1058:1059]
set key top left
plot "./tau_total_cumulated.txt" u 1:2 title "HR_ppart" w lines lt -1 lw 1 \
    ,"./spi4a0001kspmls65--1000-1200-1a-CYES-A1.-Tauinfb1.plt" u 1:2 title "4A" w lines lt 1 lw 1 \

quit
