Boundary 'edges' around node(s)

2 ビュー (過去 30 日間)
Al K
Al K 2021 年 6 月 19 日
コメント済み: Al K 2021 年 6 月 21 日
Is there any (simple) way to put a boundary edge (not a graph theoretic edge) around a node, e.g., a black boundary edge around a node colored white? ... where a white node, made visible by a colored edge, denotes 'empty' and a black node denotes 'full'. [If not, be a nice functionality to have, e.g., color of boundary edge, width of boundary edge.] Thanks, al

回答 (1 件)

Christine Tobler
Christine Tobler 2021 年 6 月 21 日
There is no option to do this as part of the graph plot directly. You can achieve it by turning off the node markers (set 'Marker' propery to 'none'), and then creating a scatter plot based on the XData and YData properties of the graph plot.
  1 件のコメント
Al K
Al K 2021 年 6 月 21 日
Thank you, Christine. Creative solution ... though it would seem a lot of work if, say, 100 nodes, perhaps of different shapes and sizes. Best, al

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

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by