thiswebshoprules

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

day_of_week.plot (244B)


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