101/101
\begin{frame}
  \frametitle{Increasing and Decreasing Functions}
 
  \begin{minipage}{.55\textwidth}
  \scalebox{.75}{
  \begin{tikzpicture}[default,baseline=0ex]
    \diagram{-3}{3}{-.5}{4}{1}
    \diagramannotatez
    \diagramannotatex{-2,-1,1,2}
    \diagramannotatey{1,2,3}
    \begin{scope}[ultra thick]
    \draw[cgreen] plot[smooth,domain=-2:2,samples=20] (\x,{pow(\x,2)});
    \end{scope}
  \end{tikzpicture}
  }
  \end{minipage}
  \begin{minipage}{.44\textwidth}
    \pause
    The function $f(x) = x^2$ is:
    \begin{itemize}
    \pause
      \item increasing on $[0,\infty)$
    \pause\smallskip
      \item decreasing on $(-\infty,0]$
    \end{itemize}
  \end{minipage}
 
\end{frame}