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: [mg60783] Re: what is wrong with this plot?
  • From: dh <dh at metrohm.ch>
  • Date: Thu, 29 Sep 2005 05:40:52 -0400 (EDT)
  • References: <dhdam6$8a2$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Chris,
you have to tell Mathematica not to evaluate the expression. This can be 
done by "HoldForm": e.g.
HoldForm[Sqrt[23/16]]
sincerely, Daniel


Chris Chiasson wrote:
> 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: How to work out Real part through Kramers-Kronig relation in mathematica?
  • Next by Date: Re: what is wrong with this plot?
  • Previous by thread: Re: what is wrong with this plot?
  • Next by thread: Re: what is wrong with this plot?