doc/tools/prstats/g
Murray Stokely 16c51f9fbc Import Poul-Henning Kamp's PR statistics into the web tree.
Move the legend over to the upper left hand side, so it doesn't
obscure part of the generated graphs.

Obtained from:	http://phk.freebsd.dk/Gnats
Approved by:	phk
2001-10-29 01:58:12 +00:00

56 lines
1.3 KiB
Text

# $FreeBSD$
#
set term png small color
set xdata time
set timefmt "%Y/%m/%d %H:%M"
set data style line
set grid
set key left
set output "gnats.png"
set format x "%Y"
plot '__' using 1:4 title "open", \
'__' using 1:5 title "feedback", \
'__' using 1:6 title "analyzed" , \
'__' using 1:7 title "suspended"
set output "gnats1.png"
set format x "%H:%M"
plot '__1' using 1:4 title "open" with linespo, \
'__1' using 1:5 title "feedback", \
'__1' using 1:6 title "analyzed" , \
'__1' using 1:7 title "suspended"
set output "gnats1r.png"
plot '__1' using 1:4 title "open" with linespo
set output "gnats7.png"
set format x "%m/%d"
plot '__7' using 1:4 title "open", \
'__7' using 1:5 title "feedback", \
'__7' using 1:6 title "analyzed" , \
'__7' using 1:7 title "suspended"
set output "gnats7r.png"
plot '__7' using 1:4 title "open"
set output "gnats30.png"
set format x "%Y/%m/%d"
plot '__30' using 1:4 title "open", \
'__30' using 1:5 title "feedback", \
'__30' using 1:6 title "analyzed" , \
'__30' using 1:7 title "suspended"
set output "gnats30r.png"
plot '__30' using 1:4 title "open"
set output "gnats365.png"
set format x "%Y/%m/%d"
plot '__365' using 1:4 title "open", \
'__365' using 1:5 title "feedback", \
'__365' using 1:6 title "analyzed" , \
'__365' using 1:7 title "suspended"
set output "gnats365r.png"
plot '__365' using 1:4 title "open"