User Portlet User Portlet

Discussions
Hi there, want to plot some rays with "warm" colors, so I started with a radial ray with a few points. ray = Flatten[ Table[{r Cos[Theta], r Sin[Theta]}, {r, 0, 1, 0.1}, {Theta, 0.7, 0.7}], 1]; After reading mathematica help I...