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:
parent
91035e5d69
commit
39cda08232
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22488
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue