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
797 stars 214 forks source link

AlignLinkFace malfunction in circular tree mode #752

Open dengzq1234 opened 6 months ago

dengzq1234 commented 6 months 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