home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / PARA4.PLT < prev    next >
Encoding:
Text File  |  1994-02-22  |  301 b   |  16 lines

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