home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
libs
/
gle
/
util
/
fitls
/
test.gle
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-29
|
218 b
|
10 lines
size 24 18
begin graph
size 24 18
title "y = 3.61737+3.61737*x+3.61737*x^2, fit = 1" hei .4
data test.dat d1=c1,c2
d1 marker dot
let d2 = 3.61737+3.61737*x+3.61737*x^2 from 1 to 4 step 0.03
d2 line
end graph