graphviz dot: how to insert arrows from a node to center of an arrow

Posted by gregor on Stack Overflow See other posts from Stack Overflow or by gregor
Published on 2010-09-15T13:26:12Z Indexed on 2011/01/08 16:53 UTC
Read the original article Hit count: 308

Filed under:
|

Hi everyone,

I try to create diagrams for MPLUS analyses with dot from the graphviz package. Does anybody have experience with using dot to visualize structural equation models/latent class mixture models? There is especially one feature that I can't figure out how to do beautifully:

I need arrows from nodes to the center of another arrow like

           C
           |
           |
           V
   A ------------> B

I tried to insert an invisible node at the intersection of the arrows. This, however, results in a "cracked" A--->B arrow because dot does represent it as two independent arrows. Is this even possible with dot?

Thanks for suggestions and help!

Gregor

© Stack Overflow or respective owner

Related posts about graphviz

Related posts about dot