Tagged Questions
3
votes
1answer
330 views
Grappa Graphviz dot-Visualization Problem and Questions
i am using this dot-Code for my Test:
digraph G { edge [dir=none];
p1 [shape=circle,style=filled,label="",height="0.01",width="0.01"];
q1 ...
18
votes
5answers
8k views
Family tree layout with Dot/GraphViz
I am trying to draw a family tree with Dot and GraphViz.
This is what I currently have:
# just graph set-up
digraph simpsons {
ratio = "auto"
mincross = 2.0
# draw some nodes
"Abraham" ...