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

set output 'files_by_date.png'
unset key
set yrange [0:]
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