Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Commit Details
Date: | 2014-03-01 12:40:38 (9 years 6 months ago) |
---|---|
Author: | Werner Almesberger |
Commit: | b64d4673d8dc291f783b6459c010705519cb052b |
Message: | ircstat/mlstat: change "milkymist" label to
"m-labs" |
Files: |
ircstat/mlstat (1 diff) |
Change Details
ircstat/mlstat | ||
---|---|---|
51 | 51 | set xlabel "Month" |
52 | 52 | set ylabel "Traffic (kbytes gzip'ed)" |
53 | 53 | plot "_out" using (\$1) with lines title "qi-hardware" lw 2, \ |
54 | "_out" using (\$2) with lines title "milkymist" lw 2, \ | |
54 | "_out" using (\$2) with lines title "m-labs" lw 2, \ | |
55 | 55 | "_out" using :(\$1+\$2) with lines title "Both" lw 2 |
56 | 56 | set term png |
57 | 57 | set output "out.png" |
Branches:
master