答案1
欢迎!这可能是个开始。有许多可能的变化,最明显的是图书馆hobby
。
\documentclass[tikz,border=3mm]{standalone}
\usetikzlibrary{arrows.meta,bending}
\begin{document}
\begin{tikzpicture}
\node[circle,draw] (A){\phantom{A}};
\draw[thick,-{Latex[bend]}] (A) to[out=0,in=170] ++ (pi/2,0) coordinate (pft)
to[out=-10,in=0] ++ (-0.2,-0.5) to[out=180,in=-100] ([xshift=-3mm]pft);
\end{tikzpicture}
\end{document}