home *** CD-ROM | disk | FTP | other *** search
- # 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'