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 "Franco Fichtner" w lines, 'commits_by_author.dat' using 1:3 title "Ad Schellevis" w lines, 'commits_by_author.dat' using 1:4 title "Fabian Franz" w lines, 'commits_by_author.dat' using 1:5 title "Jos Schellevis" w lines, 'commits_by_author.dat' using 1:6 title "Stephan de Wit" w lines, 'commits_by_author.dat' using 1:7 title "Isaac (.ike) Levy" w lines, 'commits_by_author.dat' using 1:8 title "kulikov-a" w lines, 'commits_by_author.dat' using 1:9 title "Michael Steenbeek" w lines, 'commits_by_author.dat' using 1:10 title "Chie Taguchi" w lines, 'commits_by_author.dat' using 1:11 title "NOYB" w lines, 'commits_by_author.dat' using 1:12 title "Manuel Faux" w lines, 'commits_by_author.dat' using 1:13 title "Michael" w lines, 'commits_by_author.dat' using 1:14 title "Alexander Shursha" w lines, 'commits_by_author.dat' using 1:15 title "marjohn56" w lines, 'commits_by_author.dat' using 1:16 title "Martin Wasley" w lines, 'commits_by_author.dat' using 1:17 title "Frank Wall" w lines, 'commits_by_author.dat' using 1:18 title "Frank Brendel" w lines, 'commits_by_author.dat' using 1:19 title "opnsenseuser" w lines, 'commits_by_author.dat' using 1:20 title "Maurice Walker" w lines, 'commits_by_author.dat' using 1:21 title "Fabian Franz BSc" w lines