I have a simple following code:
\begin{tikzpicture}
\draw[thick] (2,0) circle (1.5cm);
\end{tikzpicture}`
I would like to create a curved parallel naming arrow around this circle as shown in the image.

Please help
I have a simple following code:
\begin{tikzpicture}
\draw[thick] (2,0) circle (1.5cm);
\end{tikzpicture}`
I would like to create a curved parallel naming arrow around this circle as shown in the image.

Please help
\begin{tikzpicture}
\draw[thick] (2,0) circle (1.5cm);
\draw[-latex] (0.2,0) arc (180:120:1.8cm) node[near start,left] {$n$};
\end{tikzpicture}
carcis missing ;) But now we can easily create\pic{carc}! – Kpym Dec 20 '14 at 09:56