Re: PlotLabel question
- To: mathgroup at smc.vnet.net
- Subject: [mg14918] Re: [mg14892] PlotLabel question
- From: Brian Boonstra <boonstb at cmg.FCNBD.COM>
- Date: Wed, 25 Nov 1998 17:48:39 -0500
- References: <199811231512.KAA16364@smc.vnet.net.>
- Sender: owner-wri-mathgroup at wolfram.com
Hi
Peter Jay Salzman wrote on Mon, 23 Nov 1998:
> 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
Try using StringJoin[] and ToString[], as in
PlotLabel->StringJoin["time=",ToString[N[time]],"other stuff"]
- B
- References:
- PlotLabel question
- From: Peter Jay Salzman <psalzman@landau.ucdavis.edu>
- PlotLabel question