Created by: ponceedi000
What is this Python project?
- Is an interface to Graphviz
- Can parse and dump into the DOT language used by GraphViz
- Is written in pure Python, and networkx can convert its graphs to pydot.
What's the difference between this Python project and similar ones?
- It's a neat way to visualize graphs or binary trees in which I haven't seen anywhere else yet.
- Can be especially useful if developing algorithms based on neural networks and decision trees.
--
Anyone who agrees with this pull request could submit an Approve review to it.