complicated graphviz tree structure
Posted
by thomas
on Stack Overflow
See other posts from Stack Overflow
or by thomas
Published on 2010-05-25T00:18:03Z
Indexed on
2010/05/25
0:21 UTC
Read the original article
Hit count: 729
Hello. I am trying to create a tree structure with graphviz. I am open to either writing the graphviz code by hand or using the ruby-graphviz gem for ruby. Given the below picture can anyone provide any insight on the necessary code? Ignore that the lines are not straight...they should be when graphviz builds the graph. I am open to having dots/points when lines intersect as well.
I have played with ruby-graphviz and the family tree class...this is getting me part of the way there but I really need all lines to be straight and intersect at right angles and the out-of-the-box code doesn't seem to do that.
© Stack Overflow or respective owner