 
 
 
 
 
 
Re: PlotLabel question
- To: mathgroup at smc.vnet.net
- Subject: [mg14989] Re: PlotLabel question
- From: "M. Rommel" <rommel at bc.edu>
- Date: Wed, 2 Dec 1998 03:59:09 -0500
- Organization: UltraNet Communications , an RCN Company http://www.ultranet.com/
- References: <73d3lt$iac@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You need to build a string like
PlotLabel->{"time="<>ToString[N[time]]<>", "<>ToString[xpect]<>",
"<>ToString[wfa[[xpect]]]
Peter Jay Salzman wrote in message <73d3lt$iac at smc.vnet.net>...
>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

