Last active
September 8, 2020 11:22
-
-
Save rsoesemann/eca90ce3a3700e5b5a1be848620acfa1 to your computer and use it in GitHub Desktop.
lesmiserables.json
This file contains 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
{ | |
"rawGraph":{ | |
"nodes":[ | |
{ | |
"id":"Napoleon", | |
"degree":1, | |
"pagerank":0.005542802377608484, | |
"node_id":"Napoleon" | |
}, | |
{ | |
"id":"Myriel", | |
"degree":10, | |
"pagerank":0.044092727407710815, | |
"node_id":"Myriel" | |
} | |
], | |
"edges":[ | |
{ | |
"source_id":"Napoleon", | |
"target_id":"Myriel" | |
}, | |
{ | |
"source_id":"Myriel", | |
"target_id":"Napoleon" | |
} | |
] | |
}, | |
"overrides":{ | |
}, | |
"nodesShowingLabels":[ | |
"Napoleon", | |
"Myriel" | |
], | |
"metadata":{ | |
"snapshotName":"Les Miserables", | |
"fullNodes":2, | |
"fullEdges":1, | |
"nodeProperties":[ | |
"id", | |
"degree", | |
"pagerank", | |
"node_id" | |
], | |
"nodeComputed":[ | |
"pagerank", | |
"degree" | |
], | |
"edgeProperties":[ | |
"source_id", | |
"target_id" | |
] | |
}, | |
"global":{ | |
"nodes":{ | |
"colorBy":"pagerank", | |
"color":{ | |
"scale":"Linear Scale", | |
"from":"#448AFF", | |
"to":"#E91E63" | |
}, | |
"sizeBy":"pagerank", | |
"size":{ | |
"min":2, | |
"max":10, | |
"scale":"Linear Scale" | |
}, | |
"labelBy":"node_id", | |
"shape":"circle", | |
"labelSize":1.2999999999999998, | |
"labelLength":10 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment