Browse Source

Use 'w steps' for file count.

Instead of 'w histeps', we use 'w steps', which doesn't make the last commit
seem like it removed all the files.
Heikki Hokkanen 16 years ago
parent
commit
3e72538e75
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gitstats

+ 1
- 1
gitstats View File

862
 set ylabel "Files"
862
 set ylabel "Files"
863
 set xtics rotate by 90
863
 set xtics rotate by 90
864
 set bmargin 6
864
 set bmargin 6
865
-plot 'files_by_date.dat' using 1:2 w histeps
865
+plot 'files_by_date.dat' using 1:2 w steps
866
 """)
866
 """)
867
 		f.close()
867
 		f.close()
868
 
868