From cce7f6eb7d15d24458d52ef1acd05b567150d313 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 5 Dec 2004 19:51:30 +0000 Subject: [PATCH] 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 --- tools/portsgrowth/ports.plt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/portsgrowth/ports.plt b/tools/portsgrowth/ports.plt index 05bedfbc62..0a8ecd30bb 100644 --- a/tools/portsgrowth/ports.plt +++ b/tools/portsgrowth/ports.plt @@ -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