RE: PlotLabel with Assigned Variables
- To: mathgroup at smc.vnet.net
- Subject: [mg34541] RE: [mg34507] PlotLabel with Assigned Variables
- From: "David Park" <djmp at earthlink.net>
- Date: Mon, 27 May 2002 01:16:23 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Matthias, Use SequenceForm. f = 7; Plot[Sin[f x], {x, 0, \[Pi]}, PlotLabel -> SequenceForm["Surface = ", f]]; David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ > From: Matthias.Bode at oppenheim.de [mailto:Matthias.Bode at oppenheim.de] To: mathgroup at smc.vnet.net > > > Dear Colleagues, > > 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? > > Best regards, > Matthias Bode > Sal. Oppenheim jr. & Cie. KGaA > Koenigsberger Strasse 29 > D-60487 Frankfurt am Main > GERMANY > Tel.: +49(0)69 71 34 53 80 > Mobile: +49(0)172 6 74 95 77 > Fax: +49(0)69 71 34 95 380 > E-mail: matthias.bode at oppenheim.de > Internet: http://www.oppenheim.de > > >