diff options
Diffstat (limited to 'ruby-stats/plot')
-rw-r--r-- | ruby-stats/plot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot index fcc07bc..c97a738 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -27,4 +27,5 @@ plot "data.txt" using 1:3 with lines lt 2 title "total", \ "data.txt" using 1:13 with lines lt 1 lc 10 title "ruby24", \ "data.txt" using 1:14 with lines lt 1 lc 11 title "ruby25", \ "data.txt" using 1:15 with lines lt 1 lc 12 title "ruby26", \ - "data.txt" using 1:16 with lines lt 1 lc 13 title "ruby27" + "data.txt" using 1:16 with lines lt 1 lc 13 title "ruby27", \ + "data.txt" using 1:17 with lines lt 1 lc 13 title "ruby30" |