Re: what is wrong with this plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg60795] Re: [mg60762] what is wrong with this plot?
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 29 Sep 2005 05:41:01 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
I get a traditional square root and fraction for all of these.
$Version
5.2 for Mac OS X (June 20, 2005)
Plot[x^2,{x,0,10},Epilog->
{Text[DisplayForm@ToBoxes[Sqrt[23]/4],{5,50}]}];
Plot[x^2,{x,0,10},Epilog->
{Text[Sqrt[23]/4,{5,50}]}];
Plot[x^2,{x,0,10},Epilog->
{Text[TraditionalForm[Sqrt[23]/4],{5,50}]}];
Bob Hanlon
>
> From: Chris Chiasson <chris.chiasson at gmail.com>
To: mathgroup at smc.vnet.net
> Date: 2005/09/28 Wed AM 01:40:58 EDT
> Subject: [mg60795] [mg60762] what is wrong with this plot?
>
> Dear MathGroup,
> Plot[x^2,{x,0,10},Epilog->{Text[DisplayForm@ToBoxes[Sqrt[23]/4],{5,50}]}]
> How can I achieve the desired effect of the square root with the
> fraction inside the plot?
> --
> Chris Chiasson
> http://chrischiasson.com/contact/chris_chiasson
>
>