diff options
Diffstat (limited to 'ruby-stats/plot')
-rw-r--r-- | ruby-stats/plot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot index bcefeb4..1e87e8e 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -22,6 +22,7 @@ plot "data.txt" using 1:3 with lines lt 2 title "total", \ "data.txt" using 1:10 with lines lt 1 lc 7 title "ruby21", \ "data.txt" using 1:11 with lines lt 1 lc 8 title "ruby22", \ "data.txt" using 1:12 with lines lt 1 lc 9 title "ruby23", \ + "data.txt" using 1:13 with lines lt 1 lc 10 title "ruby24", \ "data.txt" using 1:7 with lines lt 1 lc 4 title "jruby", \ "data.txt" using 1:8 with lines lt 1 lc 5 title "ree18", \ "data.txt" using 1:9 with lines lt 1 lc 6 title "rbx" |