Skip to content

Commit

Permalink
Add note (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Feb 1, 2024
1 parent b2ba890 commit 0411587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ete4/core/tree.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,8 @@ cdef class Tree(object):
output[i].append(leaf_distances[n][m])
return output, allleaves

# TODO: All the following "face and style functions" should go away.

def add_face(self, face, column=0, position='branch_right',
collapsed_only=False):
if TREEVIEW and isinstance(face, Face):
Expand Down

0 comments on commit 0411587

Please sign in to comment.