commits_by_author.plot 1.6KB

123456789101112131415
  1. set terminal png transparent size 640,240
  2. set size 1.0,1.0
  3. set terminal png transparent size 640,480
  4. set output 'commits_by_author.png'
  5. set key left top
  6. set yrange [0:]
  7. set xdata time
  8. set timefmt "%s"
  9. set format x "%Y-%m-%d"
  10. set grid y
  11. set ylabel "Commits"
  12. set xtics rotate
  13. set bmargin 6
  14. plot 'commits_by_author.dat' using 1:2 title "Heikki Hokkanen" w lines, 'commits_by_author.dat' using 1:3 title "Schultz" w lines, 'commits_by_author.dat' using 1:4 title "Wulf C. Krueger" w lines, 'commits_by_author.dat' using 1:5 title "Matthieu Moy" w lines, 'commits_by_author.dat' using 1:6 title "Tobias Gruetzmacher" w lines, 'commits_by_author.dat' using 1:7 title "Sven van Haastregt" w lines, 'commits_by_author.dat' using 1:8 title "tonylixu@gmail.com" w lines, 'commits_by_author.dat' using 1:9 title "Jani Hur" w lines, 'commits_by_author.dat' using 1:10 title "Alexander Strasser" w lines, 'commits_by_author.dat' using 1:11 title "Tyler Nielsen" w lines, 'commits_by_author.dat' using 1:12 title "Sylvain Joyeux" w lines, 'commits_by_author.dat' using 1:13 title "Stephen Gordon" w lines, 'commits_by_author.dat' using 1:14 title "Shixin Zeng" w lines, 'commits_by_author.dat' using 1:15 title "Kirill Chilikin" w lines, 'commits_by_author.dat' using 1:16 title "Tony Li Xu" w lines, 'commits_by_author.dat' using 1:17 title "Thomas R. Koll" w lines, 'commits_by_author.dat' using 1:18 title "Stephan Kuschel" w lines, 'commits_by_author.dat' using 1:19 title "Stefano Mosconi" w lines, 'commits_by_author.dat' using 1:20 title "Richard Russon (flatcap)" w lines, 'commits_by_author.dat' using 1:21 title "Pekka Enberg" w lines