thiswebshoprules

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

hour_of_day.plot (237B)


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