set terminal png transparent size 640,240 set size 1.0,1.0 set terminal png transparent size 640,480 set output 'commits_by_author.png' set key left top set yrange [0:] set xdata time set timefmt "%s" set format x "%Y-%m-%d" set grid y set ylabel "Commits" set xtics rotate set bmargin 6 plot 'commits_by_author.dat' using 1:2 title "SUZUKI Shinsuke" w lines, 'commits_by_author.dat' using 1:3 title "Franco Fichtner" w lines, 'commits_by_author.dat' using 1:4 title "Hiroki Sato" w lines, 'commits_by_author.dat' using 1:5 title "JINMEI Tatuya" w lines, 'commits_by_author.dat' using 1:6 title "marjohn56" w lines, 'commits_by_author.dat' using 1:7 title "Martin Wasley" w lines, 'commits_by_author.dat' using 1:8 title "Doug Huff" w lines, 'commits_by_author.dat' using 1:9 title "noctarius" w lines, 'commits_by_author.dat' using 1:10 title "maxbachmann" w lines, 'commits_by_author.dat' using 1:11 title "Franck78" w lines, 'commits_by_author.dat' using 1:12 title "Bruno STEVANT" w lines