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

move highlighed edges to the front #79

Open
mateuszzz88 opened this issue May 29, 2020 · 1 comment
Open

move highlighed edges to the front #79

mateuszzz88 opened this issue May 29, 2020 · 1 comment

Comments

@mateuszzz88
Copy link

I have a graph that is very crowded in some places. Highlighting node and its edges red (with search box) helps a lot. However It often happens that highlighted edge is below many not-highlighted and is hidden anyway.
I propose enhancement that red should be on top of black. Possibly it could also be slightly wider, but that is secondary.

Motivating example:
binfo_... is connected to CLUSTER_0, but it is very hard to see without magnifying glass
Screenshot_20200529_120549
Screenshot_20200529_120617

@jrfonseca
Copy link
Owner

Makes sense, it would indeed be better.

I'm afraid I don't have time to implement it. But if anybody wants to give a shot at a PR, I'd happily merge it.

I suppose that it would require to change xdot.py to do two passes over the graph: one for the stuff, another for the highlights. Currently we do only one pass IIRC.

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

No branches or pull requests

2 participants