JuliaGraphs / GraphPlot.jl

Graph visualization for Julia.
http://JuliaGraphs.github.io/GraphPlot.jl/
Other
201 stars 62 forks source link

Feature request: NetworkLayout.jl and SimpleWeightedGraphs.jl integration #56

Open ghost opened 6 years ago

ghost commented 6 years ago

Thanks for making a great package! Would it be possible to integrate this with the above two mentioned packages? I'm thinking that we then could write

gplot(g; layout=NetworkLayout:Stress)

where g is a weighted graph, which means that we directly use those weights as input to the NetworkLayout-algorithm?

simonschoelly commented 3 years ago

This might come a bit late, but is https://github.com/JuliaGraphs/NetworkLayout.jl still maintained?

hdavid16 commented 2 years ago

Looks like it is still getting commits as of this year. An integration could be worthwhile...