diff --git a/ircstat/mlstat b/ircstat/mlstat index ebc4c37..d9db368 100755 --- a/ircstat/mlstat +++ b/ircstat/mlstat @@ -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"