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

Incomplete Chord Chart - no flow out from Cell 1 #4

Open
newtonkid opened this issue Jan 17, 2020 · 2 comments
Open

Incomplete Chord Chart - no flow out from Cell 1 #4

newtonkid opened this issue Jan 17, 2020 · 2 comments

Comments

@newtonkid
Copy link

Did you plot all the data? It seems not out-flow from Cell 1 to other cells, what's wrong?

@brycepg
Copy link

brycepg commented Jul 27, 2020

Thanks for mentioning this bug -- I can also confirm there are no outgoing lines row 0 I know where, but I do not know how to fix it.

I ended up using holoviews route chord which is not perfect but good enough: http://holoviews.org/gallery/demos/matplotlib/route_chord.html

Problem details:

https://github.com/fengwangPhysics/matplotlib-chord-diagram/blob/master/matplotlib-chord.py#L210

This ChordArc should be creating a patch to and from a location. Because of how its written, for example when the index is i=1, j=0

Should create an arc from both i=1 to j=0 and j=0 to i=i however that is not the case for row 0 for some reason

@tfardet
Copy link

tfardet commented Apr 7, 2021

Hi there, in case the package is still relevant for you, I am now maintaining an updated version of this package that is on Pypi

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

3 participants