sbromberger / LightGraphs.jl

An optimized graphs package for the Julia programming language
Other
670 stars 185 forks source link

Update Plotting Documentation #1580

Open hdavid16 opened 2 years ago

hdavid16 commented 2 years ago

The documentation says NetworkViz is tightly integrated with LightGraphs, but NetworkViz is no longer in the Julia registry. Can you remove this from the docs?

It would also be good to add a reference to https://github.com/JuliaPlots/GraphRecipes.jl

agucova commented 2 years ago

Sadly, this is also the case for GraphLayout (archived, succeeded by GraphPlot), which is the first library that appears in the docs. This only leaves GraphPlot.jl (without support for weighted graphs and apparently inactive) and SGtSNEpi.jl.

hdavid16 commented 2 years ago

Another package that is not listed is GraphMakie.jl

matbesancon commented 2 years ago

PR very welcome to add these :)

hdavid16 commented 2 years ago

Will do