User Portlet User Portlet

Discussions
Hi All, I would like to make a Disk with more than one color on it. Right now I've got: n = 100; Graphics[Table[{ColorData["GrayYellowTones"][i/n], Disk[{0, 0}, (i/n + .5)]}, {i, n, 1, -1}]]which produces the following image . I...