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

  1. # polar8.plt
  2. paper size 11 by 8.5
  3. map t 0,12*pi x -3,4 y -4,4
  4. butterfly(x) = exp(cos(x))-2*cos(4*x)+sin(x/12)**5
  5. sampling 800
  6. font 3
  7. title "Butterfly - polar 7"
  8. color lred
  9. polar butterfly(x)
  10. color green
  11. draw x y
  12. frame
  13.