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

node options panel for root doesn't show #723

Closed dengzq1234 closed 8 months ago

dengzq1234 commented 8 months ago

When visualize a tree, right click to a node will show a panel which contains options for node editing. Such panel doesn't seem to appear for root node no matter how many right-click it.

from ete4 import Tree

t = Tree('((a:1,b:1):1,c:1)root:1;')
t.explore()
jordibc commented 8 months ago

Thanks @dengzq1234 , fixed in b577e19b077d0c