topology-spiral.tex 248 B

1234567
  1. % Thanks to Jake: http://tex.stackexchange.com/a/142815/5645
  2. \begin{tikzpicture}
  3. \draw (0,0) circle [radius=1];
  4. \draw [domain=1:18.8,variable=\t,smooth,samples=200,->,>=stealth']
  5. plot ({\t r}: {1+2*exp(-0.1*\t)});
  6. \end{tikzpicture}