Plot points on top of patch polar plot
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to plot colour coded points on top of a polar plot (created by patch), but the point is always send to back. I have tried: uistack, set(gca, 'children' etc. but nothing seemed to work.
댓글 수: 0
답변 (1개)
Kiran
2015년 12월 31일
You can use "uistack" command to plot color coded points on top of polar plot.
uistack(h,'top');
Where "h" is handle to point.
댓글 수: 0
참고 항목
카테고리
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!