From bddcc8724e75ee5aaec67eb072ab3225ac2902b4 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Thu, 1 Oct 2015 08:27:20 +0200 Subject: 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 -- cgit v1.2.3-65-gdbad