Circles.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
A sequence of circles with increasing radius. | In[1]:=
a = 0.07; In[2]:= csp = Graphics[Table[Circle[Exp[a x]{Cos[x], Sin[x]}, Exp[a x]/4], {x, 0, 10Pi, .5}], AspectRatio -> Automatic]; In[3]:= JavaView[csp] |