Background papers for NBD talk.
[libguestfs-talks.git] / 2016-eng-talk / progress.plot
1 set title "Appliance boot time vs development effort"
2 set term pdf
3 set output "progress.pdf"
4 set xdata time
5 set style data lines
6 set timefmt "%Y-%m-%d"
7 set xlabel "Development timeline"
8 set ylabel "Boot time (ms)"
9 set xrange ["2016-03-01" : "2016-06-01"]
10 set yrange [0 : 4000]
11 set format x "%d %b"
12 plot "progress.data" using 1:2 t "Appliance boot time"