瀏覽代碼

gnuplot: use 'w histeps' for files_by_date.

'smooth csplines' showed negative file count sometimes, which wasn't nice ;-)
Heikki Hokkanen 17 年之前
父節點
當前提交
51cf60216b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      gitstats

+ 1
- 1
gitstats 查看文件

@@ -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