diff options
| author | Manuel Traut <manut@linutronix.de> | 2016-05-17 15:54:21 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2016-05-17 15:54:21 +0200 |
| commit | 31553e08f214315eca8cabddfbb802add5ba9e8f (patch) | |
| tree | 0b5d8b4e7239c5b7f8cdb5b48fc236bd73af90d2 /distribution/yocto-intro/2016-yocto-stats/files_by_date.plot | |
| parent | 5c26e3174a723a4ac8ed9642fe46ec96682b1f10 (diff) | |
yocto-intro: add new statistics and split slides
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/yocto-intro/2016-yocto-stats/files_by_date.plot')
| -rw-r--r-- | distribution/yocto-intro/2016-yocto-stats/files_by_date.plot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/distribution/yocto-intro/2016-yocto-stats/files_by_date.plot b/distribution/yocto-intro/2016-yocto-stats/files_by_date.plot new file mode 100644 index 0000000..e5b372a --- /dev/null +++ b/distribution/yocto-intro/2016-yocto-stats/files_by_date.plot @@ -0,0 +1,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 |
