Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GraphVIZ edges bent at 90 degrees

Tags:

graphviz

I am able to draw the nodes and edges for a network diagram using GraphVIZ. But that is not appealing. How can I make the edges/connectors bent at right angle like T, L shaped edges.

like image 728
Prosenjit Avatar asked Jun 20 '14 11:06

Prosenjit


1 Answers

I think adding

graph [splines=ortho]

Will do what you want.

http://www.graphviz.org/doc/info/attrs.html#d:splines

like image 192
Rick Avatar answered Nov 04 '22 05:11

Rick