summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2013-10-22 08:10:59 +0200
committerHans de Graaff <hans@degraaff.org>2013-10-22 08:10:59 +0200
commit976e4ce2156aa2f4bf3c337106c75103458a501a (patch)
tree1b2948194ef177b7c67694bb5a82975f5da0968e
parentAdd total number of (ruby-ng) packages as a dashed line. (diff)
downloadruby-scripts-976e4ce2156aa2f4bf3c337106c75103458a501a.tar.gz
ruby-scripts-976e4ce2156aa2f4bf3c337106c75103458a501a.tar.bz2
ruby-scripts-976e4ce2156aa2f4bf3c337106c75103458a501a.zip
Explain what we actually draw in the graph.
-rw-r--r--ruby-stats/plot4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot
index d1461d1..31da606 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -1,4 +1,4 @@
-set terminal svg size 800,600
+set terminal svg size 800,600 enhanced
set termoption dashed
set output "targets.svg"
@@ -6,7 +6,7 @@ set output "targets.svg"
set object 1 rect from screen 0, 0, 0 to screen 1, 1, 0 behind
set object 1 rect fc rgb "white" fillstyle solid 1.0
-set title "RUBY_TARGETS support in Gentoo"
+set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version per slot}"
set ylabel "Packages"
set xlabel "Time"