Live data from Hacker News

NetworkX – Network Analysis in Python

networkx.org

1–10 of 65 posts

Re: NetworkX – Network Analysis in Python

#7

Igraph and cugraph, and graph tool are far superior for a wide variety of reasons

I've used igraph. While it's much faster, for me at least, modifying the graph once it's constructed is harder compared to network. Haven't worked with cugraph though. As always use the right tool for the job

Re: NetworkX – Network Analysis in Python

#10
Been a few years since I put NetworkX through its paces, but the several times I have tried it, found remarkably weak support for graph layout and display. NetworkX analytic routines may be strong, but attractively displaying graph-structured problems remarkably more interactive and attractive via d3.js, GraphViz, etc. At least for my problems, communicating graph structures, and having nodes and edges that represent different kinds of things…these are basic requirements, not optional frills.
Post reply on HN