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

  1. # trig5.plt
  2.  
  3. paper size 11 by 8.5
  4. samples 800
  5. map x -30 20
  6. color lred
  7. plot sin(x*20)*atan(x)
  8. color green
  9. frame
  10. draw x y
  11. xlabel 'x'
  12. ylabel 'sin(x*20)*atan(x)'
  13. color lblue
  14. title 'Trigonometric Functions V'
  15.