I have 2 axes on a GUI. How to show the cursor on both plots at the same X axis value?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I have a GUI with two diferent axes with ploted data.
I can activate the cursor but only on one of them. I want to show the cursor on both axes and at the same X value.
Of course if I change the position of the cursor on one of axes, I want the cursor on the other plot to change to the same X position.
Many thanks!
0 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 27 Nov. 2012
3 Kommentare
Sean de Wolski
am 29 Nov. 2012
Use the datatip's delete method:
hDatatip = makedatatip(hobj,pos);
To remove it:
delete(hDatatip)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!