From e98d2c93501a602c1c1a356e0780f8ea513800cb Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Fri, 23 Jul 2010 22:20:29 +0300 Subject: [PATCH] Commits by Domains: start yrange from 0. Will show more truthful graphs when all domains have a lot of commits. --- gitstats | 1 + 1 file changed, 1 insertion(+) diff --git a/gitstats b/gitstats index 12d9291..394ba4b 100755 --- a/gitstats +++ b/gitstats @@ -978,6 +978,7 @@ plot 'day_of_week.dat' using 1:3:(0.5):xtic(2) w boxes fs solid set output 'domains.png' unset key unset xtics +set yrange [0:] set grid y set ylabel "Commits" plot 'domains.dat' using 2:3:(0.5) with boxes fs solid, '' using 2:3:1 with labels rotate by 45 offset 0,1