You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
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
What happens is the nodes get clumped up like this:
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!
The text was updated successfully, but these errors were encountered: