GraphPlot.jl icon indicating copy to clipboard operation
GraphPlot.jl copied to clipboard

Feature Request: DAG layout

Open tawheeler opened this issue 3 years ago • 2 comments

Have been looking around and cannot find any nice DAG layout algorithms, similar to what graphviz dot does. Have no idea how to do it - looks like NetworkX doesn't support it.

tawheeler avatar Mar 11 '21 22:03 tawheeler

It would indeed be nice to have some dag and tree layouts in this package.

You could also use https://github.com/oxinabox/LayeredLayouts.jl and then use GraphPlot with the coordinates calculated by that layout.

simonschoelly avatar Mar 11 '21 23:03 simonschoelly

Awesome! That will be super useful

tawheeler avatar Mar 12 '21 01:03 tawheeler