2次関数のグラフを書きたいのですが,
なぜが違う関数のグラフが出てきます.
どこが違うのでしょうか?
\documentclass{jsarticle}
\def\pgfsysdriver{pgfsys-dvipdfm.def}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw plot[domain=-2:2] (\x, \x^2);
\end{tikzpicture}
\end{document}