The tooltip tag has no wiki summary.
0
votes
0answers
58 views
Tooltip and table in plot [duplicate]
Plot[Tooltip@{1.` k^2, 1.2` k^2, 1.4` k^2, 1.6` k^2, 1.8` k^2, 2.` k^2}, {k, -2, 2}]
gives
But why does
...
1
vote
2answers
129 views
How to make a Tooltip display dynamic based on a parameter value?
If k=3, then I would like the following to say "Sine Curve, k=3" when you hover over the output of the Tooltip command:
...
13
votes
3answers
344 views
Extracting the coordinate of a particular point of interest from a ListPlot
Is there a way to obtain the coordinate of a point of interest in a ListPlot?
As an example, I have a list containing many sets of 2D coordinates and the plot ...
6
votes
2answers
184 views
Can I put tooltips in a Graph?
This doesn't work:
Is there a way to do this? My real goal is to identify the second links in the graph below, which shows the results of a webcrawl (using this code). I'm open to another ...
7
votes
1answer
143 views
BubbleChart Text Tooltip's
Is it possible to display "name" in the tooltip? It won't chart the full dataset, so I can't make a custom labeling function that takes it in.
...
2
votes
1answer
104 views
Simulating CoordinatesToolOptions (for CDF) & the Inflexibility of MousePosition
I got two lists of equal lengths, which I show in two ListPlots, arranged in a Column or ...
3
votes
1answer
277 views
Tooltip for a ListPlot3D
I am getting stuck with figuring out how to use Tooltip for a ListPlot3D.
Basically I have a list of values for the 3D plot (no ...
10
votes
1answer
133 views
Is there a way to have a Tooltip for non-editable raster graphics produced by MakeBoxes?
I have a function which produces a large object I would like to hide. Formatting is of course an option but I'm hoping for something a little more meaningful using raster graphics and ...
14
votes
1answer
453 views
Can the position of Tooltips be changed?
Is it possible to change the position of tool tips, which currently always appear to the lower right of the mouse position. In the screen grab below the mouse is over 10000000 and the tooltip appears ...
13
votes
5answers
602 views
MatrixPlot with Tooltips
MatrixPlot is very nice to have a first look of data, I would like to have a MatrixPlot with tooltips for each value. I tried ...
9
votes
1answer
178 views
How to work around incorrect tooltips in plots exported to HTML
This is an issue that I always wanted to investigate but haven't gotten around to solving yet: The tooltips for contour lines in a plot like this can be very useful in the Notebook interface:
...
