diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-23 05:43:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-23 05:43:40 +0000 |
commit | e7c3b3aed9accb5cd3ba58824e302d5096d5f81d (patch) | |
tree | d361f43a760a3c6f4894f8787dcfc7e615e8a6be /growthplot | |
parent | 2cceb02a1f6fd7422d8d5a3172c093dedc11b9af (diff) | |
download | fetchmail-e7c3b3aed9accb5cd3ba58824e302d5096d5f81d.tar.gz fetchmail-e7c3b3aed9accb5cd3ba58824e302d5096d5f81d.tar.bz2 fetchmail-e7c3b3aed9accb5cd3ba58824e302d5096d5f81d.zip |
Comment fix.
svn path=/trunk/; revision=3138
Diffstat (limited to 'growthplot')
-rwxr-xr-x | growthplot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/bin/sh # -# growthplot -- plot the fetchmail population's growth as a function of time +# growthplot -- plot the fetchmail project's growth as a function of time # # Get data from the NEWS file @@ -17,7 +17,7 @@ set y2label 'Lines of code' set ytics nomirror set y2tics set tics out -set autoscale y +set autoscale y set y2range [5000:50000] set key bottom right box set terminal png color |