home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / POLY.PLT < prev    next >
Encoding:
Text File  |  1994-02-22  |  290 b   |  19 lines

  1. # poly.plt
  2.  
  3. paper size 11 by 8.5
  4. data 'spline.dat'
  5. format x 0 y 0
  6. color red
  7. plot x y add
  8. color green
  9. draw x y
  10. color cyan
  11. polyfit 5
  12. polyfit 3
  13. label at 5 5 'polyfit 3'
  14. label at 5 3.5 'polyfit 5'
  15. color lblue
  16. font 3
  17. char size 0.2 slant 15
  18. title 'Fitting Polynomials to Data'
  19.