head	1.3;
access;
symbols
	HRS_XML_CLEANUP:1.3
	HRS_XML_CLEANUP_PRE:1.3
	EMILYBOYD_REDESIGN:1.3
	PRE_REDESIGN:1.3;
locks; strict;
comment	@# @;


1.3
date	2004.11.22.12.25.08;	author ceri;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.13.23.57.54;	author bsd;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.29.01.58.12;	author murray;	state Exp;
branches;
next	;


desc
@@


1.3
log
@gnuplot4 no longer supports the "color" keyword here.
@
text
@# $FreeBSD: www/tools/prstats/g,v 1.2 2002/06/13 23:57:54 bsd Exp $
#
set term png small
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", \
	'__' using 1:8 title "patched"

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", \
	'__1' using 1:8 title "patched"

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", \
	'__7' using 1:8 title "patched"

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", \
	'__30' using 1:8 title "patched"

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", \
	'__365' using 1:8 title "patched"

set output "gnats365r.png"
plot	'__365' using 1:4 title "open"

@


1.2
log
@Add 'patched' PRs to the stats graph.

PR:		www/37828
Submitted by:	Johan Karlsson <k@@numeri.campus.luth.se>
Approved by:	phk
@
text
@d1 1
a1 1
# $FreeBSD: www/tools/prstats/g,v 1.1 2001/10/29 01:58:12 murray Exp $
d3 1
a3 1
set term png small color
@


1.1
log
@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
@
text
@d1 1
a1 1
# $FreeBSD$
d15 2
a16 1
	'__' using 1:7 title "suspended"
d23 2
a24 1
	'__1' using 1:7 title "suspended"
d34 2
a35 1
	'__7' using 1:7 title "suspended"
d45 2
a46 1
	'__30' using 1:7 title "suspended"
d56 2
a57 1
	'__365' using 1:7 title "suspended"
@

