summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2023-03-04 17:17:52 +0100
committerHans de Graaff <hans@degraaff.org>2023-04-09 09:37:01 +0200
commit74473a3917561dfa1b3e83eba8659f5f3fc6e478 (patch)
tree87116152bd3c1d2f4e0c28bac5117b48174ae769 /ruby-stats/plot
parentAdd support for ruby32 (diff)
downloadruby-scripts-74473a3917561dfa1b3e83eba8659f5f3fc6e478.tar.gz
ruby-scripts-74473a3917561dfa1b3e83eba8659f5f3fc6e478.tar.bz2
ruby-scripts-74473a3917561dfa1b3e83eba8659f5f3fc6e478.zip
Add ruby32 to statistics scripts
Also use different colors for each ruby version. Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'ruby-stats/plot')
-rw-r--r--ruby-stats/plot5
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"