month_of_year.plot (241B)
1 set terminal png transparent size 640,240 2 set size 1.0,1.0 3 4 set output 'month_of_year.png' 5 unset key 6 set xrange [0.5:12.5] 7 set yrange [0:] 8 set xtics 1 9 set grid y 10 set ylabel "Commits" 11 plot 'month_of_year.dat' using 1:2:(0.5) w boxes fs solid