MATLAB: Can i adjust nodes in digraph

graphgraph theoryMATLAB

Are there any way on how to adjust the nodes in the graph?

Best Answer

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.