答案1
这可以通过截断您之前收到的答案之一轻松获得。在您之前的问题中,您能够提供 MWE。这种能力发生了什么变化?
\documentclass[tikz,border=3.14mm]{standalone}
\begin{document}
\begin{tikzpicture}
\draw (0,0) node[circle,draw,inner sep=1pt,label=below:$\lambda_0$](z0) {}
circle (pi);
\draw[-stealth] (z0) -- (10:pi) node[midway,above]{$r$};
\end{tikzpicture}
\end{document}