home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2199 / examples / trig3.plt < prev    next >
Text File  |  1994-07-09  |  235b  |  17 lines

  1. # trig3.plt
  2.  
  3. paper size 11 by 8.5
  4. samples 200 
  5. map x -3 5
  6. color green
  7. draw x
  8. frame
  9. xlabel 'x'
  10. color lred
  11. plot asin(x),acos(x)
  12. color green
  13. draw y
  14. ylabel 'asin(x),acos(x)'
  15. color lblue
  16. title 'Trigonometric Functions III'
  17.