Skip to content

Commit

Permalink
Commits by Domains: start yrange from 0.
Browse files Browse the repository at this point in the history
Will show more truthful graphs when all domains have a lot of commits.
  • Loading branch information
hoxu committed Jul 23, 2010
1 parent 1e70f82 commit e98d2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitstats
Expand Up @@ -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
Expand Down

0 comments on commit e98d2c9

Please sign in to comment.