home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
poly.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
290b
|
19 lines
# poly.plt
paper size 11 by 8.5
data 'spline.dat'
format x 0 y 0
color red
plot x y add
color green
draw x y
color cyan
polyfit 5
polyfit 3
label at 5 5 'polyfit 3'
label at 5 3.5 'polyfit 5'
color lblue
font 3
char size 0.2 slant 15
title 'Fitting Polynomials to Data'