Przeglądaj źródła

gnuplot: use 'w histeps' for files_by_date.

'smooth csplines' showed negative file count sometimes, which wasn't nice ;-)
Heikki Hokkanen 17 lat temu
rodzic
commit
51cf60216b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      gitstats

+ 1
- 1
gitstats Wyświetl plik

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