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