Questions tagged [tooltip]

89 questions
6
votes
1 answer

Tooltip not showing fully - mostly whitespace

Here is an example of what I mean, the tooltip doesn't show most of the requested text ("example" in this case). There is more information about my code in my previous question: show contour area as tooltip. However, I made this post to address…
Steve
  • 1,153
  • 7
  • 17
3
votes
1 answer

Stop use of Scientific Notation in Tooltips

I have a list of pairs of values that I am plotting in a ListLinePlot. I can use the tooltip functionality fine but I want to stop them from displaying in scientific notation. I have tried the following DisplayData20Yr = {{2010, 1.49952026`*^6},…
lara
  • 1,028
  • 7
  • 17
3
votes
0 answers

Line Tooltip in Epilog doesn't work

Authors of different demonstrations from Wolfram Demonstrations Project have used Tooltip for lines in Epilog. Is it possible, that in previous versions of Mathematica it worked? In Mathematica 13 it doesn’t work. For example Plot[1/x, {x, 0, 10},…
Ako
  • 61
  • 1
1
vote
1 answer

Tooltip how to rename more than one equation

Manual shows renaming of one equation in Tooltip. If you have multiple equations in a single plot, how can I rename each equation?? Having Tooltip display lengthy equations if of little value, therefore a better nomenclature is needed, but it…
ray
  • 47
  • 3
0
votes
0 answers

Change Location of Tooltip

The following code produces a tooltip for the string "parabola": Tooltip["parabola", Panel[Style[ TextCell[ "A parabola is a symmetrical open plane curve formed by the intersection of a cone with a plane parallel to its side. The path of a…
B flat
  • 5,523
  • 2
  • 14
  • 36
0
votes
0 answers

Tooltip with user defined function

How can I evaluate in a pointlist ListPlot[Tooltip[RandomReal[{0,1},{5,2}]]] for example the product of the point coordinate values? I tried ListPlot[Tooltip[RandomReal[{0,1},{5,2}],#1 #2 &]] but didn't succeed. Thanks!
Ulrich Neumann
  • 53,729
  • 2
  • 23
  • 55