Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/
Date: Thu, 01 Oct 2015 06:27:35
Message-Id: 1443680840.bddcc8724e75ee5aaec67eb072ab3225ac2902b4.graaff@gentoo
1 commit: bddcc8724e75ee5aaec67eb072ab3225ac2902b4
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Thu Oct 1 06:27:20 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 06:27:20 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=bddcc872
7
8 Show year on x axis rather than meaningless day.
9
10 ruby-stats/plot | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/ruby-stats/plot b/ruby-stats/plot
14 index f0bf2ba..86edac6 100644
15 --- a/ruby-stats/plot
16 +++ b/ruby-stats/plot
17 @@ -11,7 +11,7 @@ set ylabel "Packages"
18 set xlabel "Time"
19 set xdata time
20 set timefmt "%Y-%m-%d"
21 -set format x "%b %d"
22 +set format x "%b '%y"
23 set key left maxrows 3
24 set key top left