Colouring of my Graph

4 ビュー (過去 30 日間)
Georgios Demetriou
Georgios Demetriou 2021 年 10 月 2 日
コメント済み: Georgios Demetriou 2021 年 10 月 3 日
So I have a graph of my imported messurements, and i would like to colour different parts of it with different colours. Any ideas??
  2 件のコメント
Walter Roberson
Walter Roberson 2021 年 10 月 2 日
Do you mean "graph" in the sense of "graph theory" ? Nodes and edges ?
Georgios Demetriou
Georgios Demetriou 2021 年 10 月 3 日
So yeah, my graph is a collection of points.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 10 月 3 日
If you just have a collection of points in terms of coordinates, and there is no ordering or connections, then use scatter() . The 4th parameter can have one color for every point.
If you have a collection of vertices and edges, then use a graph() object and specify NodeColor when you plot() https://www.mathworks.com/matlabcentral/answers/477504-how-to-choose-different-colors-for-nodes#answer_388996
  1 件のコメント
Georgios Demetriou
Georgios Demetriou 2021 年 10 月 3 日

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

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by