Tagged Questions
0
votes
0answers
59 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
...
13
votes
3answers
345 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 ...
2
votes
1answer
105 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
280 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 ...
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
181 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:
...