尝试使用 gnuplot 用 tex 绘制简单图形

尝试使用 gnuplot 用 tex 绘制简单图形

我正在逐字逐句地跟踪此链接,使用 epslatex 终端方式:

如何在 gnuplot 中添加一些 latex eq 或符号?

当我打开 texworks 并运行

\documentclass{article}
\usepackage{graphicx}
\begin{document}
\input{plot.tex}
\end{document}

我被呈现

"! LaTeX Error: File `plot' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.96     \put(0,0){\includegraphics{plot}}
                                          %
? H
I could not locate the file with any of these extensions:
.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit."

所以基本上它实际上并没有查找文件扩展名 .tex?我遗漏了什么?我已将 .tex 文件保存在与 plot.tex 和 plot.eps 相同的位置。我对 LaTex 还不熟悉,对 gnuplot 更是陌生,所以如果这很明显,请原谅。

相关内容