Re: PlotLabel with Assigned Variables
- To: mathgroup at smc.vnet.net
- Subject: [mg34535] Re: [mg34507] PlotLabel with Assigned Variables
- From: BobHanlon at aol.com
- Date: Mon, 27 May 2002 01:16:07 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 5/24/02 3:24:43 AM, Matthias.Bode at oppenheim.de writes: << I want to insert a simple PlotLabel: In: f=7 In: ..., PlotLabel->"Surface = "f, ... Desired output above the plot: Surface = 7 Output obtained: 7 Surface = I used various combinations of {} and "" - to no avail. How? >> f=7; Plot[x, {x,0,7}, PlotLabel->"Surface = " <> ToString[f]]; Bob Hanlon