Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: DAG layout #145

Open
tawheeler opened this issue Mar 11, 2021 · 2 comments
Open

Feature Request: DAG layout #145

tawheeler opened this issue Mar 11, 2021 · 2 comments

Comments

@tawheeler
Copy link

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.

@simonschoelly
Copy link
Contributor

simonschoelly commented Mar 11, 2021

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.

@tawheeler
Copy link
Author

Awesome! That will be super useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants