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

Dynamically place self-edges of graph nodes #8291

Open
grtlr opened this issue Dec 3, 2024 · 0 comments
Open

Dynamically place self-edges of graph nodes #8291

grtlr opened this issue Dec 3, 2024 · 0 comments
Labels
enhancement New feature or request feat-graph-view Everything related to the graph view

Comments

@grtlr
Copy link
Contributor

grtlr commented Dec 3, 2024

Currently, self-edges of nodes in the graph viewer are hardcoded and placed at the top. Because of this, they can interfere with other, regular edges. We could perform an additional pass to find more suitable locations for the self-edges on a per-node basis.

@abey79 encountered the following problem:
Image

@grtlr grtlr added enhancement New feature or request feat-graph-view Everything related to the graph view labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feat-graph-view Everything related to the graph view
Projects
None yet
Development

No branches or pull requests

1 participant