aboutsummaryrefslogtreecommitdiffstats
path: root/growthplot
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-25 08:36:43 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-25 08:36:43 +0000
commit61d92b0101aceb8eb8fa71aa62465b56bd90e30a (patch)
treec72d236ba96a6a23350826db74ecc1ce94fc1ece /growthplot
parent5a984be7f8301d317fa61120dd57427c9189296b (diff)
downloadfetchmail-61d92b0101aceb8eb8fa71aa62465b56bd90e30a.tar.gz
fetchmail-61d92b0101aceb8eb8fa71aa62465b56bd90e30a.tar.bz2
fetchmail-61d92b0101aceb8eb8fa71aa62465b56bd90e30a.zip
Fixed the plot.
svn path=/trunk/; revision=3144
Diffstat (limited to 'growthplot')
-rwxr-xr-xgrowthplot2
1 files changed, 1 insertions, 1 deletions
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