ircstat/mlstat: change "milkymist" label to "m-labs"

This commit is contained in:
Werner Almesberger 2014-03-01 08:40:38 -03:00
parent 57b53c61c1
commit b64d4673d8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ set title "Traffic on the Qi-Hardware Mailing Lists"
set xlabel "Month"
set ylabel "Traffic (kbytes gzip'ed)"
plot "_out" using (\$1) with lines title "qi-hardware" lw 2, \
"_out" using (\$2) with lines title "milkymist" lw 2, \
"_out" using (\$2) with lines title "m-labs" lw 2, \
"_out" using :(\$1+\$2) with lines title "Both" lw 2
set term png
set output "out.png"