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

  1. # trig1.plt
  2.  
  3. paper size 11 by 8.5
  4.  
  5. color green
  6. samples 50
  7. map x -10 10
  8. draw x
  9. xlabel 'x'
  10. color lred
  11. plot sin(x),atan(x),cos(atan(x))
  12. color green
  13. draw y
  14. ylabel 'sin(x),atan(x),cos(atan(x))'
  15. frame
  16. color lblue
  17. title 'Trigonometric Functions I'
  18.