Re: Options in Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg47157] Re: Options in Plot
- From: bobhanlon at aol.com (Bob Hanlon)
- Date: Sun, 28 Mar 2004 00:07:47 -0500 (EST)
- References: <c438il$ejf$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Because ParametricPlot has the attribute HoldAll. Attributes[ParametricPlot] {HoldAll, Protected} rt={PlotStyle->RGBColor[1,1,0]}; ParametricPlot[{Cos[s],Sin[s]},{s,0,1},Evaluate[rt]]; Bob Hanlon In article <c438il$ejf$1 at smc.vnet.net>, sebastien.neukirch at epfl.ch (Seb) wrote: << Why isn't this working ? rt = {PlotStyle -> RGBColor[1, 1, 0]}; ParametricPlot[{Cos[s], Sin[s]}, {s, 0, 1}, rt]