eaton-lab / toytree

A minimalist tree plotting library using toyplot graphs
http://eaton-lab.org/toytree
BSD 3-Clause "New" or "Revised" License
169 stars 28 forks source link

axis=0 at tips for tree._orient='right, but axis=0 at root for tree._orient='down' #13

Closed eaton-lab closed 6 years ago

eaton-lab commented 6 years ago

0 at the tips is probably most convenient for combining tree plots with other toyplot markers, and should be consistent across orientations.

eaton-lab commented 6 years ago

Update: farthest tip always aligns at axis=0 now.