SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

3D
O bem que a violência faz, é - sempre - passageiro.
O mal que ela faz, é permanente.
Mahatma Gandhi

Is TikZ 3D?

TiKZ Listing: Fig.tikz.tex. PDF   PNG   SVG   ZIP*  
\begin{tikzpicture}
   \begin{axis}
   [
    view={60}{30},
   ]
      \addplot3
      [
         domain=0:5*pi,
         samples = 200,
         samples y=0,
      ]
      (
         { sin(deg(x)) },
         { cos(deg(x)) },
         {2*x}
      );
   \end{axis}
\end{tikzpicture}
Messages:
0 secs.