mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-22 01:10:36 +02:00
ircstat/mlstat: change "milkymist" label to "m-labs"
This commit is contained in:
parent
57b53c61c1
commit
b64d4673d8
@ -51,7 +51,7 @@ set title "Traffic on the Qi-Hardware Mailing Lists"
|
|||||||
set xlabel "Month"
|
set xlabel "Month"
|
||||||
set ylabel "Traffic (kbytes gzip'ed)"
|
set ylabel "Traffic (kbytes gzip'ed)"
|
||||||
plot "_out" using (\$1) with lines title "qi-hardware" lw 2, \
|
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
|
"_out" using :(\$1+\$2) with lines title "Both" lw 2
|
||||||
set term png
|
set term png
|
||||||
set output "out.png"
|
set output "out.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user