Gnuplot -Summe über einer Spalte
plot "<awk '{i=i+$2; print $1,i}' test.txt" with lines
Dull Dugong
plot "<awk '{i=i+$2; print $1,i}' test.txt" with lines