From 8924ff7a344883626df19af13370ecf273d0ecbe Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Sep 1999 09:24:43 +0000 Subject: We can generate a PNG now. svn path=/trunk/; revision=2602 --- growthplot | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/growthplot b/growthplot index caa3cddf..2f1f6cba 100755 --- a/growthplot +++ b/growthplot @@ -12,8 +12,9 @@ sed '/^4.2.9/,$d' /tmp/growthannounce$$ cat >/tmp/growthimage$$ <>/tmp/growthimage$$ cat >>/tmp/growthimage$$ <>/tmp/growthimage$$ - -gnuplot /tmp/growthimage$$ +# The gnuplot driver for PNG doesn't do color +gnuplot /tmp/growthimage$$ >growth.gif +gif2png -s -d -qq growth.gif rm -f /tmp/growth* -# The gnuplot drivers for GIF and PNG are deficient. To capture this image, -# use the xv middle-button grab and save to PNG. +# growthplot ends here -- cgit v1.2.3