diff options
Diffstat (limited to 'ruby-stats/plot')
-rw-r--r-- | ruby-stats/plot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot index 1aeeca0..8f25d7b 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -28,5 +28,6 @@ plot "data.txt" using 1:3 with lines lt 2 title "total", \ "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:17 with lines lt 1 lc 13 title "ruby30", \ - "data.txt" using 1:18 with lines lt 1 lc 13 title "ruby31" + "data.txt" using 1:17 with lines lt 1 lc 14 title "ruby30", \ + "data.txt" using 1:18 with lines lt 1 lc 15 title "ruby31", \ + "data.txt" using 1:19 with lines lt 1 lc 16 title "ruby32" |