-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add depthfirst to TraversalOrder to help with plotting #73
Comments
@diegozea - as far as I remember we originally had depth first and breadth first, but then it was pointed out to me that there were three kinds of depth first ordering, What we definitely need is documentation for that enum though! |
Hi @richardreeve ! I have tried the three, pre, in, and post order, and they don't match the node depth first order used for plotting. It looks like plotting and |
I intended plotting to use |
Or I might have! |
That will help when creating Arrays for plotting node attributes, such as adding names/labels to internal nodes.
Cheers
The text was updated successfully, but these errors were encountered: