I would like to fill with shade color the region between two sinusoids. Here's my code:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=1.3, every node/.style={font=\scriptsize}]
% Draw axes
\draw[<->,thick] (0,2.5) node[above] (y) {$\rho$} |- (3.5,0) node[right] (x) {$\theta$};
\coordinate (c) at (1.5, 1);
\draw [fill=blue] (0,1) sin (0,1.5) cos (c);
\draw [fill=blue] (0.3,0) cos(c);
\draw [fill=blue] (c) sin (2.5, 1.5);
\draw [fill=blue] (c) sin (2.5, 0.5);
\end{tikzpicture}
\end{document}
stack plots(see Fill the area between two curves calculated by pgfplots) – Jake Apr 22 '13 at 19:43stack plots– Jake Apr 22 '13 at 19:44pgfplots. – alfC Apr 11 '15 at 11:05