diff --git a/commits_by_year.plot b/commits_by_year.plot new file mode 100644 index 0000000..cd84bdd --- /dev/null +++ b/commits_by_year.plot @@ -0,0 +1,5 @@ +set terminal png +set size 0.5,0.5 +set output 'commits_by_year.png' +unset key +plot 'commits_by_year.dat' using 1:2 w lp