Change position of Graph edge label and node label
12 views (last 30 days)
Show older comments
Hi, i plotted a graph with node labels and edge labels.
Now, all edge labels are above the linking line, all node labels are in "the west" of each node-point.
How can I change this for each node seperately or for all nodes or edges in all?
0 Comments
Answers (1)
Christine Tobler
on 20 Jan 2021
The position of the labels that are part of the graph plot can't be modified. It's possible to create independent text labels and move these to the positions of the graph's nodes. Here's a post describing how that would work:
You can then manipulate the positions either by assigning to the properties of that text object's handle, or by moving the labels by hand.
For the edges, the same is possible, you would probably want to compute the mid-point between the source and target node's coordinates in that case.
0 Comments
See Also
Categories
Find more on Graph and Network Algorithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!