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

  1. # trig2.plt 
  2.  
  3. paper size 11 by 8.5
  4. color green
  5. samples 50
  6. map x -10 10
  7. samples 100 
  8. color green
  9. map x -pi/2 pi
  10. frame
  11. draw x
  12. xlabel 'x'
  13. color lred
  14. plot cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))
  15. color green
  16. draw y
  17. ylabel 'cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))'
  18. color lblue
  19. title 'Trigonometric Functions II'
  20.