I have 2 axes on a GUI. How to show the cursor on both plots at the same X axis value?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Sean de Wolski
2012 年 11 月 27 日
3 件のコメント
Sean de Wolski
2012 年 11 月 29 日
Use the datatip's delete method:
hDatatip = makedatatip(hobj,pos);
To remove it:
delete(hDatatip)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索