commits_by_year_month.plot 310 B

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