summaryrefslogtreecommitdiff
path: root/distribution/yocto-intro/2016-yocto-stats/commits_by_year.plot
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2016-05-17 15:54:21 +0200
committerManuel Traut <manut@linutronix.de>2016-05-17 15:54:21 +0200
commit31553e08f214315eca8cabddfbb802add5ba9e8f (patch)
tree0b5d8b4e7239c5b7f8cdb5b48fc236bd73af90d2 /distribution/yocto-intro/2016-yocto-stats/commits_by_year.plot
parent5c26e3174a723a4ac8ed9642fe46ec96682b1f10 (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/commits_by_year.plot')
-rw-r--r--distribution/yocto-intro/2016-yocto-stats/commits_by_year.plot11
1 files changed, 11 insertions, 0 deletions
diff --git a/distribution/yocto-intro/2016-yocto-stats/commits_by_year.plot b/distribution/yocto-intro/2016-yocto-stats/commits_by_year.plot
new file mode 100644
index 0000000..8b2d037
--- /dev/null
+++ b/distribution/yocto-intro/2016-yocto-stats/commits_by_year.plot
@@ -0,0 +1,11 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'commits_by_year.png'
+unset key
+set yrange [0:]
+set xtics 1 rotate
+set grid y
+set ylabel "Commits"
+set yrange [0:]
+plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid