Plotting graphs¹... with Makie!
This package is just a plotting recipe, you still need to use one of the Makie backends.
GraphMakie
is in an early development stage and might break often. Any
contribution such as suggesting features, raising issues and opening PRs are
welcome!
Starting from v0.3 GraphMakie.jl
switches from LightGraphs.jl
to Graphs.jl
for the graph representation. See this discourse post for more information. If you want to use LightGraphs.jl
please specifically ] add [email protected]
!
pkg> add GraphMakie
using GLMakie
using GraphMakie
using Graphs
g = complete_graph(10)
graphplot(g)
¹the networky type with nodes and edges