GraphPlot.jl
GraphPlot.jl copied to clipboard
Feature Request: DAG layout
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.
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.
Awesome! That will be super useful