Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large scale graph #29

Open
alikharazm opened this issue Mar 12, 2017 · 1 comment
Open

large scale graph #29

alikharazm opened this issue Mar 12, 2017 · 1 comment

Comments

@alikharazm
Copy link

my graph in gexf file with 20,000 node and 590,000 edges. how i can render this gexf graph?

@gg4u
Copy link

gg4u commented Oct 21, 2017

options.

  • precomputing the layout (@anvaka has built some modules for #ngraph)
  • using webgl ; you can try webgl for vivagraph (which wraps ngraph modules) or ngraph.pixi or ngraph.fabric or ngraph.threejs that use, as a layout, ngraph.layout, and as a rendering engine a dedicated webgl library

Post your results!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants