MathGroup Archive 2010

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

Search the Archive

How to get Tooltip value

  • To: mathgroup at smc.vnet.net
  • Subject: [mg112861] How to get Tooltip value
  • From: "James Brown" <Jim at SETI.Net>
  • Date: Mon, 4 Oct 2010 06:04:43 -0400 (EDT)

Is there  a way to extract the value of a variable and display it with 
Tooltip?
Example:
f[x_] := 1/x^2
Plot[Tooltip[f[x],"Value of x is:" "(wish I knew)"],{x,0,100}]

Thanks... Jim 



  • Prev by Date: Re: How to unflatten an array ?
  • Next by Date: Re: How to apply a list of functions?
  • Previous by thread: Re: Mathematica crash when exporting to HTML? is it me?
  • Next by thread: Re: How to get Tooltip value