Terence Parr
Terence Parr
Not sure what to do in this case but thanks for pointing this out. Let's keep issue open and see what pops up.
Woohoo!!!
By the way I think in your examples you tend to pass the shadow tree around but nobody knows what that is so I think our example should avoid that...
I just meant no one knows what a shadow tree is. Why expose that in normal circumstances to the user?
True, but I just want to make sure we show the simplest possible interface for most people. Those were efficiency issues can dig deeper.
oh great! Yeah, the tree layout is much better. will take a look. yeah, animl is cool name, shitty search keyword :(
For my ANTLR work, I did my own tree layout (errr...donated cash to a smart German guy to do it) but it works very well; must be same algorithm. See...
Seems like @amueller's [tree layout impl](https://github.com/scikit-learn/scikit-learn/blob/1a9a87453440177edf6012f8c2fbf64f81955188/sklearn/tree/_reingold_tilford.py) might be the answer to avoid DOT/graphviz altogether. I'll have to do my own node sizing based up importing SVG manually, but seems workable.