Re: Question about the special \n
- To: mathgroup at smc.vnet.net
- Subject: [mg69646] Re: Question about the special \n
- From: dimmechan at yahoo.com
- Date: Tue, 19 Sep 2006 05:44:59 -0400 (EDT)
- References: <eel1ra$bh4$1@smc.vnet.net>
Bob, Chris, David, Jean many thanks for your replies.
Regards
Dimitris
Î?/Î? dimmechan at yahoo.com ÎγÏ?αÏ?ε:
> 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.