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!