It is possible to show an axes over a static text?
1 次查看(过去 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!