Changes

Jump to: navigation, search

File:Kernel patches stats.png

48 bytes added, 09:19, 27 February 2008
Draw the graph: enhance the code
set title "OpenVZ team kernel patches progress as of ${DATE}"
set unset xlabel "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, \

Navigation menu