2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/GeoTopo/figures/topology-spiral.tex
2013-11-07 17:32:59 +01:00

6 lines
248 B
TeX

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