Do not show the individual data-points since they just make the graph

less clear now that there is a data-point for (almost) every day (from
http://www.FreeBSD.org/ports/INDEX).

Reviewed by:	phantom
This commit is contained in:
Simon L. B. Nielsen 2004-12-05 19:51:30 +00:00
parent 4ddc27234d
commit cce7f6eb7d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23138

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/tools/portsgrowth/ports.plt,v 1.1 2002/05/20 10:44:35 phantom Exp $
# $FreeBSD: www/tools/portsgrowth/ports.plt,v 1.2 2004/09/26 13:36:01 simon Exp $
set terminal png
set output "ports.png"
set ylabel "Number of ports"
@ -11,5 +11,4 @@ set grid
# set xrange ["1995/01":"2000/11"]
# set yrange [0:4000]
set multiplot
plot "ports.log" using 1:3 notitle with points
plot "ports.log" using 1:3 smooth bezier notitle with lines