thiswebshoprules

git clone https://git.tarina.org/thiswebshoprules
Log | Files | Refs

commits_by_author.plot (348B)


      1 set terminal png transparent size 640,240
      2 set size 1.0,1.0
      3 
      4 set terminal png transparent size 640,480
      5 set output 'commits_by_author.png'
      6 set key left top
      7 set yrange [0:]
      8 set xdata time
      9 set timefmt "%s"
     10 set format x "%Y-%m-%d"
     11 set grid y
     12 set ylabel "Commits"
     13 set xtics rotate
     14 set bmargin 6
     15 plot 'commits_by_author.dat' using 1:2 title "rob" w lines