Ordinary Bears
\begin{tikzpicture} \begin{axis}[ axis lines = left, xlabel = $x$, ylabel = {$f(x)$}] \addplot [ domain=-10:10, samples=30, color=blue] {x^2 + 2*x + 1}; \end{axis} \end{tikzpicture}
Ordinary Bears
\begin{tikzpicture} \begin{axis}[ axis lines = left, xlabel = $x$, ylabel = {$f(x)$}] \addplot [ domain=-10:10, samples=30, color=blue] {x^2 + 2*x + 1}; \end{axis} \end{tikzpicture}