I have generated Graphviz images with the dot language using the Pydot Python library.
But the edges are getting draw in curves, and I need this kind of output:
Please provide a solution using Graphviz.
I have generated Graphviz images with the dot language using the Pydot Python library.
But the edges are getting draw in curves, and I need this kind of output:
Please provide a solution using Graphviz.
This feature is called "orthogonal edge routing" and is available in Graphviz versions from September 28, 2010 and newer. Use "graph [splines=ortho]"; see the Graphviz documentation.