• 25 Posts
  • 115 Comments
Joined 10 months ago
cake
Cake day: August 28th, 2025

help-circle

  • Why do you think Gephi is using Graphviz? I think it does not. In graphviz there is no Giant Component filter and no centrality statistics, which are part of graph theory. Gephi is closer to graph theory than graphviz is. Graphviz does have some good node placement algorithms, but in general these apps have different scope. Graphviz is a no go for this purpose.

    Gephi, NetworkX or iGraph - pick single one of these and it will be a single tool you need to repeat steps in the post and achieve similar result. But latter two are programming libraries. Managing to get and launch Gephi probably worth the hassle.