| Author |
Comment/Response |
matthias
|
01/10/03 5:00pm
Hi,
I would like a legend which would assign each color to the corresponding R
m.
Plot[Evaluate[Table[x[phi, R], {R, 140, 500 , 10}]], {phi, -Pi/2, Pi/2},
PlotStyle -> Table[Hue[R/500], {R, 140, 500, 10 }], ImageSize -> 1000,
GridLines -> Automatic ]
URL: , |
|