etetoolkit / ete

Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
http://etetoolkit.org
GNU General Public License v3.0
768 stars 216 forks source link

AlignLinkFace malfunction in circular tree mode #752

Open dengzq1234 opened 1 month ago

dengzq1234 commented 1 month ago

AlignLinkFace Layout is designed to drawing extended line from leaf node till the end of panel. It works as expected in "Rectangular" drawer but doesn't work when drawer switch to "Circular" mode.

example in: https://github.com/dengzq1234/ete4_gallery/blob/master/ete4_alignlinkface.py

normal in Rectangular image

abnormal in Circular mode image