MathGroup Archive 2004

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

Search the Archive

Re: PlotLabel with assigned variables *and* on several lines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49042] Re: PlotLabel with assigned variables *and* on several lines
  • From: "Michel, Hans J.I." <HMiche at LSUHSC.EDU>
  • Date: Tue, 29 Jun 2004 04:50:25 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Try:

a = 1; b = 2; Plot[Sin[x], {x, 0, 1}, PlotLabel -> "a=" <> ToString[a]
"\nb= " <> ToString[b] ]

Hans Michel



  • Prev by Date: Re: Suggestions for more compact code
  • Next by Date: Simple question
  • Previous by thread: PlotLabel with assigned variables *and* on several lines
  • Next by thread: RE: PlotLabel with assigned variables *and* on several lines