Can i adjust nodes in digraph?
Show older comments
Are there any way on how to adjust the nodes in the graph?
1 Comment
Guillaume
on 16 Jan 2019
What does adjust actually mean?
Accepted Answer
More Answers (1)
Walter Roberson
on 17 Jan 2019
Edited: Walter Roberson
on 17 Jan 2019
1 vote
No, the callbacks simply are not there inside GraphPlot objects. You would have to fake it with axes level callbacks modifying coordinates inside the object. This is not as straight forward as it might seem as it is a non-trivial object and delegates a bunch to a Java Beans object too.
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!