Added sample gnuplot Commits by Year file.

This commit is contained in:
Heikki Hokkanen 2007-08-07 15:06:01 +03:00
parent 02c83f2746
commit f5ad52c94d

5
commits_by_year.plot Normal file
View File

@ -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