I have two axes, one over another, but when I plot in which is below the other one is hidden. Why?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
i just want to keep which is below on the GUI back to any other plot and I have over it.
How to do it without plotting again on the other plots?
Thanks!
댓글 수: 0
채택된 답변
Jan
2012년 12월 20일
Plotting makes the AXES the "current object" and moves it to the foreground. This would explain the effects, if "hidden" means, that the axes object is move to the background.
A solution would be to use uistack to restore the former stacking order of the ojects. Using a transparent AXES color might be useful also (set 'Color' to 'none').
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!