|
[Date Index]
[Thread Index]
[Author Index]
RE: PlotLabel question
- To: mathgroup at smc.vnet.net
- Subject: [mg14902] RE: [mg14892] PlotLabel question
- From: "Jean-Marie THOMAS" <jmthomas at agat.net>
- Date: Wed, 25 Nov 1998 17:48:23 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Examine: FullForm["time="N[time],xpect,wfa[[xpect]]]
and try:
StringJoin["time = ",ToString[time],", ",etc...
**************************************** Jean-Marie THOMAS
mailto:jmthomas at agat.net
Conseil et Audit en Ingenierie de Calcul Strasbourg, France
http://www.agat.net
****************************************
-----Original Message-----
From: Peter Jay Salzman [mailto:psalzman at landau.ucdavis.edu] To:
mathgroup at smc.vnet.net
Subject: [mg14902] [mg14892] PlotLabel question
dear mathgroup,
when i run
ListPlot[Pdist,PlotLabel->{"time="N[time],xpect,wfa[[xpect]]}];
the output has N[time] before time=. clearly, i'd like to have
something that looks like:
time = 5, 23, 23+5I
to have as a label on my graph where time, xpect and wfa are all
variables can someone please tell me how to accomplish this?
thanks!
pete
--
Check out my homepage: http://landau.ucdavis.edu/psalzman/index.html
-=><=-+-+-=><=-+-+-=><=-+-+-=><=-+-+-=><=-+-+-=><=-+-+-=><=-+-+-=><=-+-+-=><
=-
Do you hate spam? Join the Coalition Against Unsolicited Commercial
Email (CAUCE) at http://www.cauce.org. Actions speak louder than words.
Join Today!
I BOYCOTT ANY COMPANY THAT USES MASS ADVERTISING ON THE INTERNET
Prev by Date:
Re: Plotting multiple lines with different color or line style?
Next by Date:
FunctionInterpolation Q
Previous by thread:
Re: PlotLabel question
Next by thread:
Re: PlotLabel question
|