2

I would like you to help me create this graphic. I would like to be able to use this one as an example for other graphics that I have to do. enter image description here

hola
  • 4,026
  • 3
  • 35
  • 72
  • Have you had a look through the TikZ manual? It's unfortunately long, but you should be able to find the pieces you need. We tend to frown on "do this for me" type requests. – Teepeemm Dec 30 '18 at 02:40

1 Answers1

4

This can easily be obtained by truncating one of the previous answers you received. In your previous questions, you were able to provide an MWE. What happened to this ability?

\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} 

enter image description here