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 中查找有关 Polar Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by