Collect some data for inserted/deleted lines each commit.
[gitstats.git] / commits_by_year_month.plot
blob00a6439484d41f6b98956e1e78842444820dc6ad
1 set terminal png
2 set size 0.5,0.5
3 set output 'commits_by_year_month.png'
4 unset key
5 set xdata time
6 set timefmt "%Y-%m"
7 set format x "%Y-%m"
8 plot 'commits_by_year_month.dat' using 1:2 w lp