Problem with Biograph Object Viewer
3 views (last 30 days)
Show older comments
Hello,
I'm trying to display a biograph object of 118 nodes and 3901 edges. Is it too large?
Because when I call the view(biograph) function, the program starts computing and it never stops. I mean, it gets busy and when I stop it manually (tired of waiting...) it's always in the function dolayout.
Actually, it's always in the line:
>> stat = callgraphviz(layoutEngine,'-Tdot',inFilename,'-o',outFilename)
Should I be more patient?
Thank you for the help.
Anna
Answers (1)
See Also
Categories
Find more on Network Analysis and Visualization 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!