MathGroup Archive 2002

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

Search the Archive

RE: PlotLabel with Assigned Variables

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34533] RE: [mg34507] PlotLabel with Assigned Variables
  • From: "Florian Jaccard" <jaccardf at eicn.ch>
  • Date: Mon, 27 May 2002 01:16:04 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

The easisest way (I beleive) is not to use PlotLabel, but Text :

In[1]:= pl1=Plot[...]

(without PlotLabel)

In[2]:= pl2=Graphics[Text["the text you want",{posx,posy}]]

({posx,posy} are the coordinates of the point were the wished text has to
bee)

In[3]:= Show[pl1,pl2]

Meilleures salutations

Florian Jaccard
EICN-HES
e-mail : jaccardf at eicn.ch


-----Message d'origine-----
De : Matthias.Bode at oppenheim.de [mailto:Matthias.Bode at oppenheim.de]
Envoyé : ven., 24. mai 2002 08:42
À : mathgroup at smc.vnet.net
Objet : [mg34507] PlotLabel with Assigned Variables


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






  • Prev by Date: Re: PlotLabel with Assigned Variables
  • Next by Date: A question about Mathematica
  • Previous by thread: Re: PlotLabel with Assigned Variables
  • Next by thread: Complete reference