1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 10:30:37 +02:00

ircstat/stat: don't plot the last (partial) month

This commit is contained in:
Werner Almesberger 2011-10-03 13:31:01 -03:00
parent a124f1b52c
commit 36f8bf11e9

View File

@ -35,9 +35,9 @@ set grid xtics
set title "Traffic on the Qi-Hardware IRC channels"
set xlabel "Month"
set ylabel "Traffic (kbytes gzip'ed)"
plot "_out" using (\$1/1000) with lines title "#qi-hardware" lw 2, \
"_out" using (\$2/1000) with lines title "#milkymist" lw 2, \
"_out" using :((\$1+\$2)/1000) with lines title "Both"
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"
set term png
set output "out.png"
replot