Re: Parenthesis in 3.0 plot labels
- To: mathgroup at smc.vnet.net
 - Subject: [mg6643] Re: [mg6581] Parenthesis in 3.0 plot labels
 - From: "Preferred Customer" <sherman.reed at worldnet.att.net>
 - Date: Wed, 9 Apr 1997 00:34:04 -0400 (EDT)
 - Sender: owner-wri-mathgroup at wolfram.com
 
Ron,
I get exactly the result you want when I use your command:
Plot[Sin[x],x,0,2*Pi,
	PlotLabel->"( Sin test )"]
I am using Mma 3.0, on a Pentium w/Win95, almost pure virgin.
Sherman C. Reed
----------
> From: Ron Elsner <elsner at avalon.msfc.nasa.gov>
> To: mathgroup at smc.vnet.net
> Subject: [mg6643] [mg6581] Parenthesis in 3.0 plot labels
> Date: Friday, April 04, 1997 1:11 AM
> 
> How does one put parenthesis in 3.0 plot labels without 
> Mma treating it different from other characters?  For 
> example, 
> 
>      Plot[ Sin[ x ], {x, 0, 2 Pi }, 
> 	 PlotLabel -> "( Sin test )" ] ; 
> 
> leads to a label 
> 
>      H Sin test L
> 
> I know the parenthesis has additional meanings in 3.0, 
> but I thought including them in a String would still 
> make them a character.
> 
> --Ron Elsner
> ES 84 / NASA MSFC
> Huntsville, AL 35812
> 
> 
>