| 123456789101112131415 |
- 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 "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
|