6,534
edits
Changes
→Draw the graph: enhance the code
set title "OpenVZ team kernel patches progress as of ${DATE}"
set xdata time
set timefmt "%b-%d-%Y"
set format x "%b\n%Y"
set yrange [ 0 : ${MAXY}]
set ylabel "Number of patches accepted into mainstream"
set border 3
set xtics nomirror
set ytics nomirror
plot 'time.dat' using 1:3 with linespoints pt 7 ps 1.5 lw 2 lt 2 notitle, \