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
Post a Comment