Skip to content

Instantly share code, notes, and snippets.

@Magnus167
Created January 1, 2025 23:08
Show Gist options
  • Save Magnus167/c68c6813eb81dc102188d82da6d97ddb to your computer and use it in GitHub Desktop.
Save Magnus167/c68c6813eb81dc102188d82da6d97ddb to your computer and use it in GitHub Desktop.
net.set_options("""
{
"nodes": {
"font": {
"size": 16
},
"shape": "box"
},
"edges": {
"arrows": {
"to": {
"enabled": true
}
}
},
"layout": {
"hierarchical": {
"enabled": true,
"direction": "UD",
"sortMethod": "directed"
}
}
}
""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment