From 2b6a343a7b88b3d3d8566c1cf88918c3837b65f8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 Sep 1999 06:35:32 +0000 Subject: Truncated arrows. svn path=/trunk/; revision=2598 --- growthplot | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'growthplot') diff --git a/growthplot b/growthplot index 16ba80c4..20e96fac 100755 --- a/growthplot +++ b/growthplot @@ -28,16 +28,19 @@ EOF echo "# Associate $lastday to '$legend'" echo "count = count + 1" echo "lastday = $lastday - 5" + echo "lasttotal = $lasttotal" echo set arrow \ - from lastday, 0 to lastday, breakheight \ - nohead + from lastday, breakheight \ + to lastday, lasttotal+50 \ + head echo "endx = lastday + 50 + count * 25" echo "endy = breakheight + 50 + count * 50" echo "set arrow \ - from lastday, breakheight to endx, endy" + from lastday, breakheight to endx, endy nohead" echo "set label '$legend' at endx+10, endy" else lastday=$days + lasttotal=$total fi done ) >IMAGE -- cgit v1.2.3