awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Pydot

Open ponceedi000 opened this issue 3 years ago • 0 comments

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.

ponceedi000 avatar May 04 '22 03:05 ponceedi000