Hi, > Instead of: > > \draw (a.east) -- (b.west); > Just without testing and without any check up in the manual, I would try \draw (b.west) ++(0,1) -- (a.east); which reads: start from b.west, go up relativ 1 unit, draw a line between current position and a.east Please test Regards Totti