Plot points on top of patch polar plot

조회 수: 2 (최근 30일)
Uyen Chau
Uyen Chau 2015년 12월 8일
답변: Kiran 2015년 12월 31일
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.

답변 (1개)

Kiran
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.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by