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