Closed Zsailer closed 7 years ago
I get the following error in Python 3 when trying to draw a tree with the tip labels aligned.
>>> tree.draw(tip_labels_align=True) TypeError: unsupported operand type(s) for +: 'zip' and 'zip'
I just recast the two zips as lists to fix the problem.
I get the following error in Python 3 when trying to draw a tree with the tip labels aligned.
I just recast the two zips as lists to fix the problem.