How to control the curvature of each edge when drawing graph object?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
However, I want to edit the curvature of each edge as different values.
How can I assign the degree of curvature in each edge?
Thank you!
0 comentarios
Respuestas (2)
Matt J
el 10 de En. de 2024
You do not have any direct control over how the edges are drawn. You do have control over the X,Y postiions of nodes, however, so conceivably, you could insert a lot of subnodes along the edges at desired X,Y locations so as to trace out a particular curve.
0 comentarios
Christine Tobler
el 10 de En. de 2024
The curvature of the edges in this plot aren't controllable. You could turn off the edges from the graph plot, and use the plot command to instead draw your own edges. The coordinates of each node are available through the XData, YData properties.
0 comentarios
Ver también
Categorías
Más información sobre Graph and Network Algorithms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!