home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2199 / examples / poly.plt < prev    next >
Text File  |  1994-07-09  |  290b  |  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.