\begin{tikzpicture}
       \begin{axis}[scale only axis]
               \addplot {x^2 - x + 4};
       \end{axis}
\end{tikzpicture}