MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

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]


  • Prev by Date: Re: Disappearing Help Browser Categories
  • Next by Date: Help needed (non linear equation )
  • Previous by thread: Options in Plot
  • Next by thread: Re: Options in Plot