month_of_year.plot 241 B

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