We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Did you plot all the data? It seems not out-flow from Cell 1 to other cells, what's wrong?
The text was updated successfully, but these errors were encountered:
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
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
Sorry, something went wrong.
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
No branches or pull requests
Did you plot all the data? It seems not out-flow from Cell 1 to other cells, what's wrong?
The text was updated successfully, but these errors were encountered: