Options in Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg47143] Options in Plot
- From: sebastien.neukirch at epfl.ch (Seb)
- Date: Sat, 27 Mar 2004 01:34:50 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
Why isn't this working ?
rt = {PlotStyle -> RGBColor[1, 1, 0]};
ParametricPlot[{Cos[s], Sin[s]}, {s, 0, 1}, rt]
Thanks,
Sebastien