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

Running radialtree in Jupyternotebook (windows) #16

Open
Bhawnadixit opened this issue Apr 2, 2024 · 1 comment
Open

Running radialtree in Jupyternotebook (windows) #16

Bhawnadixit opened this issue Apr 2, 2024 · 1 comment

Comments

@Bhawnadixit
Copy link

Dear Koonimaru,
It is a very nice tool I was looking for, there are three lines of code that were giving an error after I installed it.
line 335, and so on. (see below)

ax.spines.right.set_visible(False)

ax.spines.top.set_visible(False)

ax.spines.left.set_visible(False)

ax.spines.bottom.set_visible(False)

leading to collections.OrderedDict error.
I commented them and reset them to > ax.set_frame_on(False), which sorted the issue for me. In addition, the 3 examples also give warning due to symmetric distance matrix.
I reset them to

Compute linkage using the condensed distance matrix

Y = hierarchy.linkage(distance_mat, method='complete')
for my example to compute closest sequences using a 1-D condensed distance matrix. I hope you can fix them.
Thanks a lot for the code.
Bhawna

@ko-onimaru
Copy link

Thank you for your comments. I will fix it. I thought that this module was better integrated into omiplot. But, because some people still keep using this module, I get motivated to maintain it.

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

2 participants