-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
It's a very good package, congrats!
I would like you to implement the following features:
1- for a binary tree, list all possible branches and all labels (membership) for each branch at every node height.
2- to get the main branch, i.e. the largest branch.
3- the possibility of plot a tree with number of nodes in the y-axis instead of heights.
These features are very important for visualization in some cases (for example, in astronomy) and are useful also to get information from the data.
Thanks!