MOTDs32/Stats/lines_of_code.plot

15 lines
277 B
Gnuplot
Executable File

set terminal png transparent size 640,240
set size 1.0,1.0
set output 'lines_of_code.png'
unset key
set yrange [0:]
set xdata time
set timefmt "%s"
set format x "%Y-%m-%d"
set grid y
set ylabel "Lines"
set xtics rotate
set bmargin 6
plot 'lines_of_code.dat' using 1:2 w lines