python - draw a large graph with many nodes and edges with igraph -


i'm trying visualize big data set of nodes , edges , have 2 files: nodes.txt , edges.txt , want draw graph them. it's got 403,394 nodes , 3,387,388 edges. know generate them randomly.

so decide using igraph python draw layout , plot when try draw simple graph few edges works huge data set got memory error , doesn't work right. want draw graph edge list igraph. or maybe there better way do, suggest me.

i use layout drl algorithm , use function plot.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -