GraphViz icon indicating copy to clipboard operation
GraphViz copied to clipboard

[Increasing Readability] Making more organized scene graph

Open bibekyess opened this issue 2 years ago • 2 comments

Thanks for this good work. I was just wondering if there is any way to make the generated scene graphs more organized (as the one shown on your demo-example)? Can we change some portion of code to improve it? Your demo-example seems so well-made. But when I try to include many objects and relations, the arrow passes through different boxes and thus making it difficult to read/understand from the scene-graph.

Thank you!

bibekyess avatar Jul 28 '22 03:07 bibekyess

@bibekyess Hi, I saw your closed issue on regards to the graph not popping up. As you can see from the attached photo, I am having a similar problem. My json is preprocessed as instructed so I am quite confused why it is not working. Screenshot from 2022-10-28 15-15-20

willxxy avatar Oct 28 '22 22:10 willxxy

@willxxy Hello, I found that it is the issue with the browser. Which browser are you using? I was using firefox browser to visualize and it was not working. If you use chrome browser, then it will be solved, or another option can be using matplotlib. Hope this helps.

bibekyess avatar Dec 28 '22 02:12 bibekyess