commit: bddcc8724e75ee5aaec67eb072ab3225ac2902b4 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Thu Oct 1 06:27:20 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 06:27:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=bddcc872
Show year on x axis rather than meaningless day. ruby-stats/plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-stats/plot b/ruby-stats/plot index f0bf2ba..86edac6 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -11,7 +11,7 @@ set ylabel "Packages" set xlabel "Time" set xdata time set timefmt "%Y-%m-%d" -set format x "%b %d" +set format x "%b '%y" set key left maxrows 3 set key top left
