Replies: 2 comments 3 replies
-
Hey @shina181 yes it is possible. You need to do two things,
# define vis options
vis_opts = {'height': '600px', # change height
'interaction':{'hover': True}, # turn on-off the hover
'nodes': {'fixed': {'x': True, 'y': True}}}
Let me know incase of any issue 👋 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Mohit,
Thanks for the code.
I needed to know if node positions can be passed as arguments to the network.
Thanks and Regards,
Sheena :)
Beta Was this translation helpful? Give feedback.
All reactions