summaryrefslogtreecommitdiff
path: root/distribution/yocto-intro/2016-yocto-stats/lines_of_code.plot
blob: 7f2088c3e797b68a09f7cabd60f2239eb0f71db2 (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 'lines_of_code.png'
unset key
set yrange [0:]
set xdata time
set timefmt "%s"
set format x "%Y-%m-%d"
set grid y
set ylabel "Lines"
set xtics rotate
set bmargin 6
plot 'lines_of_code.dat' using 1:2 w lines