How do I create and assign custom color scheme per value on a scatter3 plot?

6 ビュー (過去 30 日間)
Chris
Chris 2018 年 4 月 23 日
コメント済み: Star Strider 2018 年 4 月 24 日
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.

採用された回答

Star Strider
Star Strider 2018 年 4 月 23 日
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.
  • 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.
  4 件のコメント
Chris
Chris 2018 年 4 月 24 日
Thank you for your time!
Star Strider
Star Strider 2018 年 4 月 24 日
As always, my pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by