ranjaykrishna / GraphViz

Simple library to automatically visualize graph structures, especially scene graphs.
Other
46 stars 5 forks source link

[Increasing Readability] Making more organized scene graph #2

Open bibekyess opened 2 years ago

bibekyess commented 2 years ago

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!

willxxy commented 1 year ago

@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

bibekyess commented 1 year ago

@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.