Disk Commands.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
The three different Disk[] commands in action. | In[1]:=
dc = Graphics[{{RGBColor[0, 0, 1], Disk[{0, 0}, {2, 1}]}, {RGBColor[0, 1, 1],
Disk[{0, 0}, 1]}, {RGBColor[1, 1, 0], Disk[{0, 0}, 2, {0, 1}]}}, AspectRatio -> Automatic, Axes -> Automatic]; In[2]:= JavaView[dc] |