Added sample gnuplot Commits by Year file.
This commit is contained in:
parent
02c83f2746
commit
f5ad52c94d
5
commits_by_year.plot
Normal file
5
commits_by_year.plot
Normal 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
|
Loading…
x
Reference in New Issue
Block a user