selcuk - 2010-03-26

Hi,

How can I fill the area between two sinus curves?

\begin{tikzpicture}
  \draw plot (\x,{sin(\x r + 180)}) node {};
  \draw plot (\x,{2 * sin(\x r + 180)}) node {};
\end{tikzpicture}

Thanks,
selcuk