From 7cbace764f6111dba854b610c81e35bed41af936 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Fri, 15 Jan 2010 22:41:05 +0200 Subject: [PATCH] Rotate x label for 'Commits by Year'. --- gitstats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitstats b/gitstats index 8404e2a..e7b7003 100755 --- a/gitstats +++ b/gitstats @@ -985,7 +985,7 @@ plot 'commits_by_year_month.dat' using 1:2:(0.5) w boxes fs solid """ set output 'commits_by_year.png' unset key -set xtics 1 +set xtics 1 rotate by 90 set ylabel "Commits" set yrange [0:] plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid -- 2.11.4.GIT