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

Add support for looping edges in Chords element #2583

Merged
merged 2 commits into from
Apr 19, 2018
Merged

Conversation

philippjfr
Copy link
Member

The operation that lays out the Chord paths did not take into account nodes connected to themselves. This PR ensures these no longer cause errors and are displayed as looping arcs.

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Apr 19, 2018
@jlstevens
Copy link
Contributor

Could you post a screenshot showing an example of what the loops look like?

@philippjfr
Copy link
Member Author

philippjfr commented Apr 19, 2018

Sure, here's a simple example:

hv.Chord([('A', 'B', 10), ('B', 'A', 20), ('C', 'B', 100), ('C', 'C', 40)], vdims=['z'])

bokeh_plot

@philippjfr
Copy link
Member Author

Ready to merge.

@jlstevens
Copy link
Contributor

Looks good. Merging.

@jlstevens jlstevens merged commit 97bc1dd into master Apr 19, 2018
@philippjfr philippjfr deleted the chord_self_reference branch July 4, 2018 11:14
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants