Problem with graphiz on Unix

Posted by J3n on Stack Overflow See other posts from Stack Overflow or by J3n
Published on 2010-06-11T12:29:02Z Indexed on 2010/06/11 12:33 UTC
Read the original article Hit count: 260

Filed under:
|
|

When I'm on Unix, my graphs with graphphiz are less nice. The tail or the head of the edge is not always linked to the boundary of the port. You can see the result here : http://www.freeimagehosting.net/image.php?59d8eb4b30.jpg

<xsl:value-of select="$source"/>:<xsl:value-of select="$prot"/> 
    -&gt; <xsl:value-of select="$destination"/>:<xsl:value-of select="$prot"/>[color="black",label="<xsl:value-of select="$prot"/>",fontcolor="black",tailclip=true,headclip=true];

© Stack Overflow or respective owner

Related posts about unix

Related posts about graphviz