Plot points on top of patch polar plot
1 回表示 (過去 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!