When plot graph vertex labels cut the edges, how to avoid it?
Ältere Kommentare anzeigen
Akzeptierte Antwort
Weitere Antworten (1)
You can remove the node labels as follows:
h=plot(graph(bucky));
h.NodeLabel={};
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


