thiswebshoprules

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

commits_by_year.plot (246B)


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