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.
This commit is contained in:
Heikki Hokkanen 2009-06-20 15:16:36 +03:00
parent 94105720ad
commit 3e72538e75

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()