- https://www.mathworks.com/matlabcentral/answers/415382-attach-click-event-to-figure
- https://www.mathworks.com/matlabcentral/answers/269093-firing-event-if-mouse-enters-graphic-objects-figure-axes-button-etc
- https://www.mathworks.com/matlabcentral/answers/306359-challenge-how-to-interact-with-matlab-figure-using-mouse-events
Add a dynamic plot when hover over another plot
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
I want to be able to display a dynamic plot when hovering over a plot. For example, in the following image,

I want to be able to display a dynamic plot (that is, if I move the mouse over for example the blue line, the plot that I'm showing over this static plot should be in continuous change, depending on the coordinates that I'm hovering over). Another thing that I want to achieve is that if I'm not over any of the plotted curves, no plot should be displayed over the image.
Is it possible to do this in MATLAB? And if so, how should I do it? I'm new to it so I'm not very skilled.
Any help is really appreciated.
Thanks in advance!
0 comentarios
Respuestas (1)
Aakash Garg
el 30 de Mzo. de 2021
You can refer to the following MATLAB answers with similar use cases-
0 comentarios
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!