summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2015-10-01 08:27:20 +0200
committerHans de Graaff <hans@degraaff.org>2015-10-01 08:27:20 +0200
commitbddcc8724e75ee5aaec67eb072ab3225ac2902b4 (patch)
treeff6839476094bb37240ca42f8b4f9d0c616afb2d
parentAdd patches for x32 support backported from ruby 2.1 (diff)
downloadruby-scripts-bddcc8724e75ee5aaec67eb072ab3225ac2902b4.tar.gz
ruby-scripts-bddcc8724e75ee5aaec67eb072ab3225ac2902b4.tar.bz2
ruby-scripts-bddcc8724e75ee5aaec67eb072ab3225ac2902b4.zip
Show year on x axis rather than meaningless day.
-rw-r--r--ruby-stats/plot2
1 files changed, 1 insertions, 1 deletions
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