set encod iso_8859_1
set term postscript eps
set output "icmp.lan.eps"
set title "Austausch von ICMP-Echo-Paketen (LAN)"
set xlabel "ICMP-Paketgröße in Bytes"
set ylabel "Transferrate in KB / sec"
plot [0:10000] [100:650] \
        "icmp.sigh.local" title "IPv4 Mittelwert" with lines, \
        "icmp.sigh.local" using 1:2:(2.262 * $5)/sqrt(10) \
                title "IPv4 95%-Konfidenzintervall" with errorb, \
        "icmp.sigh.ag.ipv6.ping-net.de" title "IPv6 Mittelwert" with lines, \
        "icmp.sigh.ag.ipv6.ping-net.de" using 1:2:(2.262 * $5)/sqrt(10) \
                title "IPv6 95%-Konfidenzintervall" with errorb
pause -1 "Key"