When plot graph vertex labels cut the edges, how to avoid it?
Show older comments
Accepted Answer
More Answers (1)
You can remove the node labels as follows:
h=plot(graph(bucky));
h.NodeLabel={};
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!

