\node[circle, draw] (v1) at (0,0) {$v_1$};
\node[circle, draw] (v2) at (2,0) {$v_2$};
\draw (v1) to [bend right=30] (v2);
The above code draws a bended line between two nodes v1 and v2. How can i move the center of the bended curve (red arrow) slightly upwards while keeping the in- and out-going coordinates on the nodes (red circles)?
\documentclass{...}
, the required\usepackage
's,\begin{document}
, and\end{document}
. That may seem tedious to you, but think of the extra work it represents for the users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem.