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

  1. # spline.plt
  2.  
  3. paper size 11 by 8.5
  4. data 'spline.dat'
  5. format x 0 y 0
  6. draw x y
  7. color 2
  8. plot data add
  9. color 3
  10. spline
  11. color 4
  12. spline tension 20
  13.  
  14. legend at 3 6.5
  15. color 2 symbol 1 'actual data'
  16. color 3 pen 1 'tension factor = 2'
  17. color 4 pen 1 'tension factor = 20'
  18. end
  19.  
  20. color lblue
  21. font 3
  22. char size 0.2 slant 15
  23. title 'Fitting Splines to Data'