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.
master
Heikki Hokkanen 2009-06-20 15:16:36 +03:00
parent 94105720ad
commit 3e72538e75
1 changed files with 1 additions and 1 deletions

View File

@ -862,7 +862,7 @@ set format x "%Y-%m-%d"
set ylabel "Files"
set xtics rotate by 90
set bmargin 6
plot 'files_by_date.dat' using 1:2 w histeps
plot 'files_by_date.dat' using 1:2 w steps
""")
f.close()