From a586fbf61f66adf765b539b35e76c66c2e4b50c3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 Sep 1999 08:34:11 +0000 Subject: Plotting is working pretty well. svn path=/trunk/; revision=2601 --- growthplot | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'growthplot') diff --git a/growthplot b/growthplot index d3a8e1be..caa3cddf 100755 --- a/growthplot +++ b/growthplot @@ -6,11 +6,12 @@ # Get data from the NEWS file timeseries >/tmp/growthplot$$ grep "^[0-9]" /tmp/growthplot$$ >/tmp/growthnumbers$$ +grep "^[0-9.]*.[05].0 " /tmp/growthplot$$ >/tmp/growthmajors$$ sed '/^4.2.9/,$d' /tmp/growthannounce$$ cat >/tmp/growthimage$$ <>/tmp/growthimage$$ +) >/tmp/growthimage$$ + +# OK, now write the major-release labels +( + while read version friends announce total days date + do + echo "set arrow from $days, $total - 80 to $days, $total - 30 head" + echo "set label '$version' at $days - 5, $total - 90" + done +) >/tmp/growthimage$$ cat >>/tmp/growthimage$$ <