MathGroup Archive 2005

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

Search the Archive

Re: PlotLabel in two lines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53483] Re: PlotLabel in two lines
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 14 Jan 2005 08:54:28 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <cs5b0u$3rm$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Plot[Sin[x], {x, 0, Pi},
PlotLabel -> "A very long\nlabels that needs two\nor more lines"]

??

Regards

  Jens

"János" <janos.lobb at yale.edu> schrieb im Newsbeitrag 
news:cs5b0u$3rm$1 at smc.vnet.net...
> Sorry for my newbie question, but I cannot find in the Book, the way to
> display text of label in two lines. Here is my PlotLabel:
>
> PlotLabel -> StyleForm[StringJoin["Data transfer speed from Brady
> Basement to Brady Basement between ",
>  ToString[ToDate[First[First[b0b0]]][[2]]], "/",
> ToString[ToDate[First[First[b0b0]]][[3]]], "/",
>  ToString[ToDate[First[First[b0b0]]][[1]]], " and ",
> ToString[ToDate[First[Last[b0b0]]][[2]]], "/",
>  ToString[ToDate[First[Last[b0b0]]][[3]]], "/",
> ToString[ToDate[First[Last[b0b0]]][[1]]]], FontSize -> 14]
>
>
> The beginning and the end of the label is chopped off. So the question
> is how to tell PlotLabel to start some text on a new line.
>
> Thanks ahead,
>
> János
> 



  • Prev by Date: Re: cubic quaternion based surface
  • Next by Date: Re: PlotLabel in two lines
  • Previous by thread: Re: PlotLabel in two lines
  • Next by thread: Re: PlotLabel in two lines