Browse Source

Commits by Year: start yrange from 0.

Gives better proportions on amount of commits during each year.
Heikki Hokkanen 17 years ago
parent
commit
170fd74dc3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      gitstats

+ 1
- 0
gitstats View File

812
 unset key
812
 unset key
813
 set xtics 1
813
 set xtics 1
814
 set ylabel "Commits"
814
 set ylabel "Commits"
815
+set yrange [0:]
815
 plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid
816
 plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid
816
 """)
817
 """)
817
 		f.close()
818
 		f.close()