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

  1. # trig4.plt
  2.  
  3. paper size 11 by 8.5
  4. map x -5*pi 5*pi y -5 5
  5. color green
  6. draw x y
  7. xlabel 'x'
  8. ylabel 'real(tan(x)/atan(x)), 1/x'
  9. frame
  10. color lred
  11. plot real(tan(x)/atan(x)), 1/x
  12. color lblue
  13. title 'Trigonometric Functions IV'
  14.