Skip to main content

Questions tagged [tooltip]

Filter by
Sorted by
Tagged with
3 votes
1 answer
99 views

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 ...
Romogi's user avatar
  • 687
2 votes
1 answer
103 views

The following code produces a ListPlot correctly, except that the tooltip does not work for the last data point. ...
WillG's user avatar
  • 1,120
2 votes
2 answers
199 views

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? ...
internet's user avatar
  • 1,407
1 vote
0 answers
75 views

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 ...
Acacia's user avatar
  • 3,467
0 votes
0 answers
91 views

The following code produces a tooltip for the string "parabola": ...
B flat's user avatar
  • 6,046
5 votes
3 answers
339 views

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 ...
userrandrand's user avatar
  • 6,137
4 votes
1 answer
133 views

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 ...
Just Some Old Man's user avatar
5 votes
1 answer
134 views

When I execute the code below: Tooltip[Quantity[1, "Month"], "how to make it works?"] The tooltip that is automatically generated by ...
Murta's user avatar
  • 26.5k
1 vote
1 answer
186 views

I have an application where tooltips are used to give information on each of a graphical array of objects. I subsequently want to use the content of the tooltip to create any particular object of ...
robertofbaycot's user avatar
1 vote
2 answers
189 views

I want to build on an already developed Code given in: https://mathematica.stackexchange.com/a/183401/60365 For easy implementation, I applied it to a sample of 10 ...
Tugrul Temel's user avatar
  • 6,429
0 votes
1 answer
127 views

I have a set of spectral training data for 2 thousand plus colors. Right now each color can be compared with a result a ListLinePlot made to show both on a graph with RMSE. I would like to be able ...
Nothingtoseehere's user avatar
1 vote
1 answer
92 views

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, ...
ray's user avatar
  • 47
4 votes
1 answer
340 views

I'm not looking for something super fancy, but just getting BarChart to show X value and Y value seems to be challenging to get. Here's a toy example. data = {{"Data 1", -10.}, {"Data 2&...
Gani Ganapathi's user avatar
0 votes
1 answer
115 views

I have created a code to get information about countries. I created a tooltip to identify cities on a graphics but when I go through the popup menu and click another country, the code doesn't ...
Mona's user avatar
  • 41
4 votes
1 answer
165 views

I would like to add notes to specific days on a DateListPlot of a stock price, and have them always be visible (not just on mouseover). So far I've got how to add a tooltip to a specific day, but not ...
AndersV's user avatar
  • 43
0 votes
0 answers
68 views

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 ...
Ulrich Neumann's user avatar
7 votes
1 answer
164 views

DistributionChart automatically puts a Tooltip on the elements of the chart, which shows the Min, 25%, Median, 75% and Max of the data. I would like to add the count of how many elements are in the ...
SPPearce's user avatar
  • 5,723
5 votes
1 answer
254 views

Today I experienced a strange behavior in a histogram I made. Here a MWE: Given a set of points: pts = RandomReal[1, {1000, 2}]; and a helper function which ...
mgamer's user avatar
  • 5,673
1 vote
1 answer
117 views

Suppose one has some values and some names: values = {1.5, 2.2, 5.5}; names = {"label1", "label2", "label3"}; We now define linear functions using these ...
Johan Buchman's user avatar
12 votes
0 answers
344 views

Bug introduced in 11.1.0 and persisting through 11.2.0 I have just discovered that Tooltip works differently from as described in the documentation, at least in my ...
Oleg Soloviev's user avatar
4 votes
3 answers
440 views

Is it somehow possible to recognize the color at each pixel in an image and show this color as a tooltip? For example, with this picture: I found a solution that uses ...
holistic's user avatar
  • 3,085
2 votes
1 answer
220 views

Last year (in V10.x) I created a DateListPlot of commodity price data. I used Tooltip to display the date and the data value ...
serbach's user avatar
  • 55
1 vote
1 answer
127 views

The CreatingPalettes help file shows how to create a palette with special symbols: ...
matrixbud's user avatar
  • 463
6 votes
2 answers
338 views

Question Suppose you have two sets of data where each value has an associated label of some kind and for whatever reason you wish to histogram them. How can you use ...
SumNeuron's user avatar
  • 5,512
6 votes
2 answers
463 views

Using Tooltip, is it possible to display the numeric value of the curve I've plotted using Plot and ...
no16's user avatar
  • 75