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

How to improve crossing edges? #416

Open
ppazos opened this issue Nov 6, 2020 · 1 comment
Open

How to improve crossing edges? #416

ppazos opened this issue Nov 6, 2020 · 1 comment

Comments

@ppazos
Copy link

ppazos commented Nov 6, 2020

When a diagram gets complex, there are a lot of crossing edges, and some can clearly be avoided.

status_details

Where is the algorithm that controls that? Is there a way to adjust the time or complexity at which it stops trying to improve the crossing to increase that a little bit to see if things improve for my poor diagram?

Thanks

@ppazos
Copy link
Author

ppazos commented Nov 6, 2020

I found that the rendering order affects how the edges are generated by reading this answer https://stackoverflow.com/a/36113166/1644320

What I did is manually changed the order in which the edges are defined and the diagram improved a little bit. Maybe if I test the algorithm in the answer above I can get better results since more combinations will be tested.

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

1 participant