MathGroup Archive 2002

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

Search the Archive

PlotLabel

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36321] PlotLabel
  • From: "André Giroux" <giroux at dms.umontreal.ca>
  • Date: Sat, 31 Aug 2002 01:26:07 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi all.
I plot several curve depending on a parameter p and I want the PlotLabel to
show the value of p.
What is wrong with the following ?

pl[p_]:=Plot[Sin[x^p],{x,0,Pi},PlotLabel\[Rule] "p = " p,
    DisplayFunction\[Rule]Identity]

Table[Show[pl[k],DisplayFunction\[Rule]$DisplayFunction],{k,3}]

Cheers



  • Prev by Date: Re: FindRoot and vector equations
  • Next by Date: operators, precedence and overload
  • Previous by thread: Assignments
  • Next by thread: operators, precedence and overload