我正在从 pgfplots 手册中重现以下示例。
\begin{tikzpicture}
\begin{axis}[view={0}{90}]
\addplot3[contour gnuplot]
{x*y};
\end{axis}
\end{tikzpicture}
但此代码会产生以下错误:
Package pgfplots Error: sorry, plot file{Example_contourtmp0.table} could not be opened.
如果你能指出我遗漏了什么,我将不胜感激。谢谢
PS我在Windows 7上使用MikTex 2.9。
编辑
按照@hpesoj626 的指导,我收到以下错误消息。