Created
January 1, 2025 23:08
-
-
Save Magnus167/c68c6813eb81dc102188d82da6d97ddb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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