From 047893de7bd96fb6755bf161e6397256e2e5f3b5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 Sep 1999 06:27:29 +0000 Subject: Does the plot correctly in X11 mode. svn path=/trunk/; revision=2597 --- growthplot | 48 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) (limited to 'growthplot') diff --git a/growthplot b/growthplot index c9fd834b..16ba80c4 100755 --- a/growthplot +++ b/growthplot @@ -8,24 +8,56 @@ timeseries >/tmp/growthplot$$ grep "^[0-9]" /tmp/growthplot$$ >/tmp/growthnumbers$$ sed '/^4.2.9/,$d' /tmp/growthannounce$$ -gnuplot <IMAGE <>IMAGE + +cat >>IMAGE <>IMAGE +gnuplot IMAGE +rm -f /tmp/growth* -- cgit v1.2.3