Gentoo Archives: gentoo-commits

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