Drawing a large network using Julia

Graphs.jl is a good package for constructing graphs. You can build them in various ways, by adding vertices and edges, from matrices, etc.

For drawing graphs, there are a number of packages that display graphs made with Graphs.jl:

5 Likes