Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spread out Nodes in hierarchal format #292

Open
FDSRashid opened this issue Jul 20, 2024 · 0 comments
Open

Spread out Nodes in hierarchal format #292

FDSRashid opened this issue Jul 20, 2024 · 0 comments

Comments

@FDSRashid
Copy link

Hi,
I was wondering how to spread out the nodes when visualizing a hierarchal network. I instantiated the network, added nodes, and edges, then generated the html like this

net = Network(directed =True, layout=True)
# add nodes and edges 
html = net.generate_html()

What happens is the nodes get clumped up like this:
image

Id like to spread them apart if possible or if there's other recommended setting I should add, I would love to know. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant