Search code examples
dot

Prevent edge clipping with Graphviz dot


Is there a way to prevent edge clipping in Graphviz dot so that an edge can start or end at the center of a node instead of at the node edge? What I would like to do is point into a node.


Solution

  • The headclip & tailclip attributes are what you want. e.g. headclip=false. https://www.graphviz.org/doc/info/attrs.html#a:headclip