Azzera filtri
Azzera filtri

Plot points on top of patch polar plot

2 visualizzazioni (ultimi 30 giorni)
Uyen Chau
Uyen Chau il 8 Dic 2015
Risposto: Kiran il 31 Dic 2015
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.

Risposte (1)

Kiran
Kiran il 31 Dic 2015
You can use "uistack" command to plot color coded points on top of polar plot.
uistack(h,'top');
Where "h" is handle to point.

Categorie

Scopri di più su Polar Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by