#Graphviz #dot 设置直角线条
https://stackoverflow.com/questions/8939973/how-can-i-generate-rectangle-style-edges-instead-of-curves-in-graphviz
https://stackoverflow.com/questions/8939973/how-can-i-generate-rectangle-style-edges-instead-of-curves-in-graphviz
Stack Overflow
How can I generate rectangle style edges instead of curves in 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
But the edges are getting draw in curves, and I need this kind of output:
Please provide a solution using