Annotation of researchv10dc/vol2/grap/speedman1.g, revision 1.1

1.1     ! root        1: .G1
        !             2: ticks bot out from 10 to 70 by 10 ""
        !             3: ticks bot out at 0 "1900", 40 "1940", 80 "1980"
        !             4: label bot "World Record One Mile Run"
        !             5: label left "Time" "(seconds)" left .4
        !             6: lastyear=99; lastrec=0
        !             7: copy "speedman.d" thru {
        !             8:        lastyear = min($1, lastyear)
        !             9:        lastrec = max($2, lastrec)
        !            10:        line from lastyear, lastrec to $1, lastrec
        !            11:        lastyear = $1; lastrec = $2
        !            12: }
        !            13: line from lastyear, lastrec to 89, lastrec
        !            14: .G2

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.