[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need help for dot language
Everything I know about dot is from
http://www.research.att.com/sw/tools/graphviz/dotguide.pdf
On pages 17-20, it shows an example where it tries to get certain nodes
to line up at a specific level. Perhaps you could do something similar
to get D and A at the same level.
Ondrej
On Mon, Apr 07, 2003 at 12:11:34PM -0400, Lin LI wrote:
> hi,
> I am trying to use dot language to visualize a graph for my comp621
> project.
>
> What I have gotten is like:
>
> A
> / \
> B C
> / \ /\
> D E F G
> |
> H
> |
> I
>
> What I want is like:
>
> D\ A
> | \ / \
> H \--B C
> | | / \
> I E F G
>
>
> ie. How can I put node D to the top row?
>
> Thank you very much.
>
> lin
>