1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 06:17:31 +02:00

ircstat/stat: draw also the sum with a thick line

This commit is contained in:
Werner Almesberger 2011-11-02 02:51:28 -03:00
parent 32a7ad2465
commit 43221017c1

View File

@ -37,7 +37,7 @@ set xlabel "Month"
set ylabel "Traffic (kbytes gzip'ed)"
plot "<sed '\$d' _out" using (\$1/1000) with lines title "#qi-hardware" lw 2, \
"<sed '\$d' _out" using (\$2/1000) with lines title "#milkymist" lw 2, \
"<sed '\$d' _out" using :((\$1+\$2)/1000) with lines title "Both"
"<sed '\$d' _out" using :((\$1+\$2)/1000) with lines title "Both" lw 2
set term png
set output "out.png"
replot