Re: Question about the special \n
- To: mathgroup at smc.vnet.net
- Subject: [mg69645] Re: [mg69620] Question about the special \n
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 19 Sep 2006 05:44:55 -0400 (EDT)
- Reply-to: hanlonr at cox.net
See the next section (section 2.8.7). Bob Hanlon ---- dimmechan at yahoo.com wrote: > Hi to all. > > Where can I find more information about the special character \n as > used e.g. in the following example? > > > Plot[x^n /. n -> 2, {x, 0, 10}, PlotLabel -> StringJoin[" This is a > \n", "simple plot \n\n", " n=2", "\n -----\n"], ImageSize -> > {400, 300}] > > > In Section 2.8.6 of Mathematica Book there is very little infomation. > > Are there other special characters like \n that I must be aware > especially for plots? > > > Thanks in advance for any help. >