Avoid overlapping of node labels in graph

15 ビュー (過去 30 日間)
Kim Maria Damiani
Kim Maria Damiani 2021 年 10 月 22 日
回答済み: Walter Roberson 2021 年 10 月 22 日
Is there a way to avoid overlapping of node labels in a graph, such as writing some labels diagonally / writing them in the blank space around the graph and connecting them to the corresponding node with arrows? Of course, assuming the graph has a reasonable number of nodes.

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 10 月 22 日
Not using the plot() call.
Changing the layout might help https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.graphplot.layout.html but otherwise about all you can do is specify coordinates for each of your nodes in such a way that the labels do not happen to overlap.

カテゴリ

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