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

set output 'lines_of_code.png'
unset key
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