[texhax] pgf, parametric plot and line width (thickness)
Martin Heller
mr_heller at yahoo.dk
Fri May 7 18:12:00 CEST 2010
On 2010-05-07 10:14, Victor Ivrii wrote:
> \draw plot [parametric,domain=-11:25,smooth,samples=1000, THICKNESS]
> function{-0.05*t+cos (t),sin(t)};
> where I replace THICKNESS by "ultra thin", ...., "ultra thick" or
> "line width=10pt" without any effect.
>
>
>
> Is there an easy way to control thickness in parametric plots
>
\draw[THICKNESS] ...
\documentclass{article}
\usepackage{pgf,tikz}
\pagestyle{empty}
\begin{document}
\begin{tikzpicture}[x=0.13\linewidth,y=0.13\linewidth]
\draw[THICKNESS] plot
[parametric,domain=-11:25,smooth,samples=1000]
function{-0.05*t+cos (t),sin(t)};
\end{tikzpicture}
\end{document}
More information about the texhax
mailing list