From 61d92b0101aceb8eb8fa71aa62465b56bd90e30a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 25 Feb 2001 08:36:43 +0000 Subject: Fixed the plot. svn path=/trunk/; revision=3144 --- growthplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'growthplot') diff --git a/growthplot b/growthplot index d37ff026..484072a4 100755 --- a/growthplot +++ b/growthplot @@ -45,7 +45,7 @@ EOF to lastday, arrowhead \ head echo "if (endy > lasttotal) set label '$legend' at lastday-10, endy+15" - echo "if (endy <= lasttotal) set label '$legend' at lastday-500, endy-15" + echo "if (endy <= lasttotal) set label '$legend' at lastday-475, endy-15" else lastday=$days lasttotal=$total -- cgit v1.2.3