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
773 stars 216 forks source link

bug report #672

Closed dengzq1234 closed 1 year ago

dengzq1234 commented 1 year ago

in the drawer.py script, I set the default value or the max() method in case of list of face.width is None

in the face.py, if we use super().init instead of Face.init, it may cause TypeError

jordibc commented 1 year ago

This looks good. Thanks @dengzq1234 !