Set 'ytics 1' for files graph.

This prevents tics like 1.75, 2.5 etc on file count / y-axis.

Reported by Anonymous on SourceForge bug #2892604.
master
Heikki Hokkanen 2009-11-07 13:11:21 +02:00
parent 8908774429
commit 71a5f4c4a1
1 changed files with 1 additions and 0 deletions

View File

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