When plot graph vertex labels cut the edges, how to avoid it?
Mostrar comentarios más antiguos
Respuesta aceptada
Más respuestas (1)
You can remove the node labels as follows:
h=plot(graph(bucky));
h.NodeLabel={};
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


