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

  1. # smooth.plt
  2.  
  3. paper size 11 by 8.5
  4. format x 1 y 1
  5. color red
  6. plot sin(x)*rand(0) add
  7. color green
  8. draw x y
  9. color cyan
  10. smooth 10
  11. label at 4.5 5 'smooth 10'
  12. color lblue
  13. font 3
  14. char size 0.2 slant 15
  15. title 'Drawing A Smooth Curve Through Data'
  16.