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: Thu, 01 Jan 2015 16:42:23
Message-Id: 1420130530.7c90dad1ba398e6c7c5f4955d538b449a0b46670.mrueg@gentoo
1 commit: 7c90dad1ba398e6c7c5f4955d538b449a0b46670
2 Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
3 AuthorDate: Thu Jan 1 16:42:10 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 1 16:42:10 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=7c90dad1
7
8 Adjust keys.
9
10 ---
11 ruby-stats/plot | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/ruby-stats/plot b/ruby-stats/plot
15 index 31605a9..f0bf2ba 100644
16 --- a/ruby-stats/plot
17 +++ b/ruby-stats/plot
18 @@ -12,7 +12,7 @@ set xlabel "Time"
19 set xdata time
20 set timefmt "%Y-%m-%d"
21 set format x "%b %d"
22 -
23 +set key left maxrows 3
24 set key top left
25
26 plot "data.txt" using 1:3 with lines lt 2 title "total", \