Duncan Wither

Home Notes Github LinkedIn

Graphviz Notes

Good Resources:

Preventing lines overlapping

Add the following to stop lines overlapping nodes. It does this by allowing the lines not to be straight.

overlap = false;
splines = true;