It is possible to show an axes over a static text?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi!
I am showing a moving axes together with the mouse but I want it to be showed over all the static texts I have on the GUI.
Is this possible?
Thanks!
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 12 月 14 日
If the static texts are uicontrol('Style', 'text') then No, it is not possible to show an axes over them. If the static texts are text() objects, then Yes, you can uistack() them to be below a different axes.
2 件のコメント
Walter Roberson
2012 年 12 月 17 日
You cannot overlay graphics over a uicontrol.
To open a new figure, use figure()
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!