PlotLabel in two lines
- To: mathgroup at smc.vnet.net
- Subject: [mg53469] PlotLabel in two lines
- From: János <janos.lobb at yale.edu>
- Date: Thu, 13 Jan 2005 03:12:13 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: PlotLabel in two lines
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: PlotLabel in two lines
- From: Christopher Carlson <carlson@wolfram.com>
- Re: PlotLabel in two lines