I tried setting edge from parent/.style={draw, bend left=60}, but the line remains straight. What am I doing wrong?
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[
every node/.style={
draw,
circle,
},
edge from parent/.style={
draw,
bend left=25,
},
]
\node {}
child {node {}}
child {node {}};
\end{tikzpicture}
\end{document}
\documentclass{}and up to\end{document}with necessary libraries etc. The common problem for us is to guess if any library is needed or not. – percusse Aug 23 '12 at 10:16