diff options
Diffstat (limited to 'distribution/yocto-intro/2015-yocto-stats/hour_of_day.plot')
| -rw-r--r-- | distribution/yocto-intro/2015-yocto-stats/hour_of_day.plot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distribution/yocto-intro/2015-yocto-stats/hour_of_day.plot b/distribution/yocto-intro/2015-yocto-stats/hour_of_day.plot new file mode 100644 index 0000000..37309fd --- /dev/null +++ b/distribution/yocto-intro/2015-yocto-stats/hour_of_day.plot @@ -0,0 +1,10 @@ +set terminal png transparent size 640,240 +set size 1.0,1.0 + +set output 'hour_of_day.png' +unset key +set xrange [0.5:24.5] +set xtics 4 +set grid y +set ylabel "Commits" +plot 'hour_of_day.dat' using 1:2:(0.5) w boxes fs solid |
