summaryrefslogtreecommitdiff
path: root/distribution/yocto-intro/2015-yocto-stats/files_by_date.plot
blob: dbd1e31ddc2ffff20d3b23a3ad7b992d1621e414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set terminal png transparent size 640,240
set size 1.0,1.0

set output 'files_by_date.png'
unset key
set xdata time
set timefmt "%Y-%m-%d"
set format x "%Y-%m-%d"
set grid y
set ylabel "Files"
set xtics rotate
set ytics autofreq
set bmargin 6
plot 'files_by_date.dat' using 1:2 w steps