MathGroup Archive 1998

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

Search the Archive

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


  • Prev by Date: Re: PlotLabel question
  • Next by Date: Way to evaluate D[(1-x^2)y''[x],{x,n}] ?
  • Previous by thread: PlotLabel question
  • Next by thread: Re: PlotLabel question