JavaView Logo  
Home Demos Applications Tutorial Download Help Feedback

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]


© 1999-2005 Last modified: 03.10.2005 --- http://www.javaview.de --- The JavaView Project