From 1daa514dfaae67490934259ad41b86de628b5a0f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Sep 1999 16:54:11 +0000 Subject: We can plot with the new format now, but no size arc yet. svn path=/trunk/; revision=2606 --- growthplot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/growthplot b/growthplot index 2f1f6cba..e5288667 100755 --- a/growthplot +++ b/growthplot @@ -22,7 +22,7 @@ EOF ( echo "count=0" echo "breakheight=510" - while read version friends announce total days date + while read version size friends announce total days date do if [ "$version" = '%' ] then @@ -49,7 +49,7 @@ EOF # OK, now write the major-release labels ( - while read version friends announce total days date + while read version size 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" @@ -57,17 +57,17 @@ EOF ) >/tmp/growthimage$$ cat >>/tmp/growthimage$$ <growth.gif -gif2png -s -d -qq growth.gif +gif2png -s -d growth.gif rm -f /tmp/growth* -- cgit v1.2.3