Re: Options in Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg47176] Re: Options in Plot
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 29 Mar 2004 04:22:23 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <c438il$ejf$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
because the options are a argument sequence and not
a list and
rt = {PlotStyle -> RGBColor[1, 1, 0]};
ParametricPlot[{Cos[s], Sin[s]}, {s, 0, 1}, Evaluate[Sequence @@ rt]]
works fine.
Regards
Jens
Seb wrote:
>
> Hello,
>
> Why isn't this working ?
>
> rt = {PlotStyle -> RGBColor[1, 1, 0]};
> ParametricPlot[{Cos[s], Sin[s]}, {s, 0, 1}, rt]
>
> Thanks,
>
> Sebastien