Ver código fonte

gnuplot: use 'w histeps' for files_by_date.

'smooth csplines' showed negative file count sometimes, which wasn't nice ;-)
Heikki Hokkanen 17 anos atrás
pai
commit
51cf60216b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      gitstats

+ 1
- 1
gitstats Ver arquivo

@@ -816,7 +816,7 @@ set format x "%Y-%m-%d"
816 816
 set ylabel "Files"
817 817
 set xtics rotate by 90
818 818
 set bmargin 6
819
-plot 'files_by_date.dat' using 1:2 smooth csplines
819
+plot 'files_by_date.dat' using 1:2 w histeps
820 820
 """)
821 821
 		f.close()
822 822