set terminal png transparent size 640,240 set size 1.0,1.0 set terminal png transparent size 640,480 set output 'lines_of_code_by_author.png' set key left top 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_by_author.dat' using 1:2 title "Andrei Karas" w lines, 'lines_of_code_by_author.dat' using 1:3 title "Reid" w lines, 'lines_of_code_by_author.dat' using 1:4 title "Maarten Vanraes" w lines, 'lines_of_code_by_author.dat' using 1:5 title "Thorbjørn Lindeijer" w lines, 'lines_of_code_by_author.dat' using 1:6 title "Yohann Ferreira" w lines, 'lines_of_code_by_author.dat' using 1:7 title "Ben Longbons" w lines, 'lines_of_code_by_author.dat' using 1:8 title "Aline Ferraz" w lines, 'lines_of_code_by_author.dat' using 1:9 title "kook" w lines, 'lines_of_code_by_author.dat' using 1:10 title "Erik Schilling" w lines, 'lines_of_code_by_author.dat' using 1:11 title "necromonger" w lines, 'lines_of_code_by_author.dat' using 1:12 title "Marco Jäger" w lines, 'lines_of_code_by_author.dat' using 1:13 title "Jared Adams" w lines, 'lines_of_code_by_author.dat' using 1:14 title "DarkWind" w lines