You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/statistics/trustie2/trustie/day_of_week.plot

11 lines
196 B

set terminal svg
set size 1.0,0.9
set output 'day_of_week.svg'
unset key
set xrange [0.5:7.5]
set xtics 1
set grid y
set ylabel "Commits"
plot 'day_of_week.dat' using 1:2:(0.5) w boxes fs solid