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