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

Scale Bar Calculation #753

Open metehaansever opened 1 month ago

metehaansever commented 1 month ago

Hello,

I am trying to use scale bar for newick trees. I use ete3 and scale bar only works when we use treestyle and QT. Is there another way to calculate? Also I realize ete3 documentation and etetoolkit shows different values for same tree. I use http://etetoolkit.org/treeview/ and this is my tree: ((((a1,a2),a3), ((b1,b2),(b3,b4))), ((c1,c2),c3));

image image