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