commits_by_year_month.plot 187B

12345678
  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