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 2-D and 3-D Plots 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!

