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

  1. # para6.plt
  2.  
  3. paper size 11 by 8.5
  4. clear
  5. color lred
  6. parametric plot t 0,2*pi sin(t) sin(2*t)
  7. color green
  8. draw x y
  9. xlabel 'sin(t)'
  10. ylabel 'sin(2*t)'
  11.  
  12. color lblue
  13. char size 0.2 slant 10 font 3
  14. title 'Parametric Plot VI'
  15.