You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot currently adapts the algorithm from Improving Walker's algorithm to run in linear time as implemented by Bill Mill which lays the tree out nicely, but ignores topological information.
Create an absolute position topologically driven layout algorithm.
Ideas:
Build up from the leaves, recursively spreading out trees as their parents fork
The text was updated successfully, but these errors were encountered:
plot
currently adapts the algorithm fromImproving Walker's algorithm to run in linear time
as implemented by Bill Mill which lays the tree out nicely, but ignores topological information.Create an absolute position topologically driven layout algorithm.
Ideas:
The text was updated successfully, but these errors were encountered: