Any ideas how I can connect fingers in a mind map?
For example, how can I connect "Raum 1" with "Raum 2" in the following example:
Code: Select all
\begin{tikzpicture}
\path[mindmap,concept color=gray]
node[concept] {Gebaude} [clockwise from=1]
child[concept color=red] { node[concept] {Raum 1} }
child[concept color =yellow,sibling angle=90] { node[concept] {Raum2} };
\end{tikzpicture}