Visualizing contributors and packages networks

Hi!
Here are a few Julia community graph visualizations: the dependency network, and packages co-contributors graphs.

Dependencies:
Nodes are packages, edges point toward the dependencies. Only packages with at least one dependent are shown.

Co-contributors:
Nodes are contributors, two contributors are connected if they contributed to at least two common packages.

Co-contribution:
Nodes are packages, two packages are connected if they share at least 3 contributors

7 Likes