- If C is a vector with length equal to the length of X, Y, and Z, then the values in C are linearly mapped to the colors in the current colormap.
How do I create and assign custom color scheme per value on a scatter3 plot?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Chris
am 23 Apr. 2018
Kommentiert: Star Strider
am 24 Apr. 2018
Plotting a path of latitude, longitude and altitude using scatter3, I want to assign a color scheme for each point based on its air temperature. How do I create a color gradient from the max/min temperatures values and automatically fill in the rest? Thank you.
0 Kommentare
Akzeptierte Antwort
Star Strider
am 23 Apr. 2018
That seems to be described in the documentation for scatter3:
scatter3(X,Y,Z,S,C) draws each circle with the color specified by C.
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Scatter Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!