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

Drawio tree layout all on one line. #17

Closed
wants to merge 2 commits into from

Conversation

altre
Copy link

@altre altre commented Nov 23, 2022

Adding vertices multiple times to igraph without edges between them leads to the nodes not touched by the layout.

Apparently name is not a unique key in igraph, if you add a node with the same node twice, two nodes get added with different node indices.

Removing the node insert for edges seems to fix this, however none of the tests are running locally by just running pytest due to some problem with the working directory.

dmulyalin added a commit that referenced this pull request Feb 11, 2023
@dmulyalin
Copy link
Owner

This should be fixed by 72f9ac3, feel free to test it if you would like to.

@dmulyalin dmulyalin closed this Jan 3, 2024
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

Successfully merging this pull request may close these issues.

2 participants