Questions tagged [tooltip]
The tooltip tag has no summary.
91 questions
3
votes
1
answer
103
views
How to preserve tooltips for SVG Maps created by Mathematica?
I want to produce an SVG map by Mathematica that preserves tooltips that are in Mathematica so that they are also in the SVG. The problem is that the tooltips do not export.
Here is an example:
That ...
3
votes
1
answer
140
views
Automatic tooltips of ContourPlot are miraculously fast and selective in Show
How is this possible that tooltips of Show (inherited from ContourPlot) are that perfectly selective that they are displayed ...
2
votes
1
answer
104
views
Why does the Tooltip fail on last data point when "None" is used twice?
The following code produces a ListPlot correctly, except that the tooltip does not work for the last data point.
...
3
votes
1
answer
289
views
Tooltip over Fourier transform of an image
This link is to a question showing how to display a Fourier transform of an image.
I'd like to build upon the linked solution to make an interactive demonstration, surely using ...
2
votes
2
answers
200
views
Plotting root locus - how to display 'k' values on the curve?
I'm trying to plot the root locus for the function below. Is there any way to make it display the value of 'k' when I move the cursor along the curve, similar to a tooltip?
...
4
votes
1
answer
137
views
Rescaled tooltips
Example data:
...
1
vote
0
answers
76
views
How to generate a tooltip showing the Information of selected symbol?
Other editors/IDEs often provide the tooltip functionality that when hovering over a variable, the information will be popped up.
For example, in VSCode.
Is it possible to simulate this in ...
5
votes
2
answers
293
views
Is there a way to add a tooltip to points on the x axis?
I have a list of values associated with the xaxis, but I do not want to plot them as y values. Rather I want to do something like "TickLabels" in Matlab, but make them Tooltips (because they ...
0
votes
0
answers
91
views
Change Location of Tooltip
The following code produces a tooltip for the string "parabola":
...
3
votes
0
answers
86
views
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 ...
5
votes
3
answers
340
views
How to incorporate ResourceFunctions to autocomplete
Edit: As mentioned in the comments below, typing just ResourceFunction["Mo"] results in a list of ResourceFunctions that have a name that starts with Mo. This is good enough for me although ...
5
votes
1
answer
173
views
Copy value of Tooltip from AnatomyPlot3D
When plotting anatomy data with
AnatomyPlot3D[Entity["AnatomicalStructure", "LeftIndexFinger"], Method -> {"Tooltips" -> True}]
...
4
votes
1
answer
136
views
Making Tooltips Work with Buttons in 3D Plots
I am trying to get buttons to work simultaneously with tooltips in 3D plots. Button has a Tooltip option, but it doesn't seem to ...
6
votes
1
answer
216
views
Tooltip in a GeoGraphics isn't working when exported as an html file.... it worked some years ago. What gives?
A few years ago, in an earlier version of Mathematica™, I had lovely results in exporting to HTML, a map made with GeoGraphics with Tooltips for counties.
I've just tried doing something similar and ...
5
votes
1
answer
134
views
How to make Tooltip work with Quantity?
When I execute the code below:
Tooltip[Quantity[1, "Month"], "how to make it works?"]
The tooltip that is automatically generated by ...