MathGroup Archive 1998

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

Search the Archive

Re: PlotLabel question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14922] Re: PlotLabel question
  • From: Christian Keysers <ck6 at st-andrews.ac.uk>
  • Date: Wed, 25 Nov 1998 17:48:43 -0500
  • Organization: University of St Andrews, School of Psychology
  • References: <73d3lt$iac@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Try PlotLabel->{"time="<>ToString[N[time]]<>", "<>ToString[xpect]<>",
"<>ToString[wfa[[xpect]]]}

Cheers


Peter Jay Salzman wrote:

> 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

--
________________________________________________________

Christian Keysers

School of Psychology
Univ. of St Andrews
Scotland KY16 9JU
UK
Tel.: +44.1334.463056 or 463045 or 462083 Fax.: +44.1334.463042
Email: ck6 at st-and.ac.uk

________________________________________________________



  • Prev by Date: Re: Stupid problems on bracket and parenthesis! Please Help
  • Next by Date: Re: PlotLabel question
  • Previous by thread: Re: PlotLabel question
  • Next by thread: Re: PlotLabel question