commits_by_year_month.plot (310B)
1 set terminal png transparent size 640,240 2 set size 1.0,1.0 3 4 set output 'commits_by_year_month.png' 5 unset key 6 set yrange [0:] 7 set xdata time 8 set timefmt "%Y-%m" 9 set format x "%Y-%m" 10 set xtics rotate 11 set bmargin 5 12 set grid y 13 set ylabel "Commits" 14 plot 'commits_by_year_month.dat' using 1:2:(0.5) w boxes fs solid