commit: 0790fc284e46d953722823e90b381c98a5b94c76
Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Sat May 31 13:30:31 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat May 31 13:30:31 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=0790fc28
Move keybox to the left.
---
ruby-stats/plot | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ruby-stats/plot b/ruby-stats/plot
index 7f13ce6..962734c 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -9,11 +9,12 @@ set object 1 rect fc rgb "white" fillstyle solid 1.0
set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version
per slot \\@ `cat $(portageq portdir 2>/dev/null)/metadata/timestamp`}"
set ylabel "Packages"
set xlabel "Time"
-
set xdata time
set timefmt "%Y-%m-%d"
set format x "%b %d"
+set key top left
+
plot "data.txt" using 1:3 with lines lt 2 title "total", \
"data.txt" using 1:4 with lines lt 1 lc 1 title "ruby18", \
"data.txt" using 1:5 with lines lt 1 lc 2 title "ruby19", \