polarscatter point color stroke that changes according to the value of the point
Ältere Kommentare anzeigen
I can create a point on the desired angle and radius with the following command, but I want to assign a color distribution (for example red to blue) according to the size of the values of these points, how can I do it?
Thank you ..
th = linspace(0,2*pi,20);
r = rand(1,20);
sz = 75;
polarscatter(th,r,sz,'filled')
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Polar Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
