-
Notifications
You must be signed in to change notification settings - Fork 3
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
remove annoying node dots on branches #348
Comments
Generally, having an option to return a tree without singleton nodes would be great -- it would fix the problem here, as well as for some of @jwiggi18's current work intended for displaying trees on EOL |
@ducvan0212, I think the problem is happening because ete preserves the node actions between different calls. Since the tree is changed after scaling, sometimes the boxes remain in their old places. Can you please change the treeid every time scaling method is called. That would reset the actions and probably solve the problem. |
@abusalehmdtayeen can you check if the issue still exists? |
I think the problem is fixed now. We clear the node actions when any scaling method is applied. So the user needs to reapply his actions for the new version of the tree. |
@arlin , if you are referring to the little misplaced dots, then we can't fix it. It is an internal issue of ETE. |
is the fix on production yet? I tried it tonight and I still see the problem. |
@arlin , I think I have finally fixed the problem. Can you please check? I want to close this issue as soon as possible. |
Trees are once again appearing with dots or squares for internal nodes with 1 child. Users do not expect this and do not know what it means. Therefore, it is confusing. Please remove it.
The text was updated successfully, but these errors were encountered: