MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: what is wrong with this plot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60807] Re: [mg60762] what is wrong with this plot?
  • From: "David Park" <djmp at earthlink.net>
  • Date: Thu, 29 Sep 2005 05:41:19 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Chris,

Did you want this?

Plot[x^2, {x, 0, 10}, Epilog -> 
   {Text[HoldForm[Sqrt[23/16]], {5, 50}]}]

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 


From: Chris Chiasson [mailto:chris.chiasson at gmail.com]
To: mathgroup at smc.vnet.net


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



  • Prev by Date: Re: what is wrong with this plot?
  • Next by Date: Re: question about HoldForm
  • Previous by thread: Re: what is wrong with this plot?
  • Next by thread: Re: Re: what is wrong with this plot?