Unbreak build with GNU Plot 4 by removing the color argument to the

"set terminal png" command.  It makes do difference for GNU Plot 3.
This commit is contained in:
Simon L. B. Nielsen 2004-09-26 13:36:01 +00:00
parent 91035e5d69
commit 39cda08232
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22488

View file

@ -1,5 +1,5 @@
# $FreeBSD$
set terminal png color
# $FreeBSD: www/tools/portsgrowth/ports.plt,v 1.1 2002/05/20 10:44:35 phantom Exp $
set terminal png
set output "ports.png"
set ylabel "Number of ports"
set timefmt "%Y/%m/%d %H:%M:%S"