set terminal png transparent size 640,240 set size 1.0,1.0 set output 'lines_of_code.png' unset key 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