Wil Hunt wrote:
Angus Leeming wrote:
I use gnuplot all the time, without problems.
That's good to hear. That's at least one less thing to worry about. :)
I take it that there are no strange characters (eg spaces) in the
graphic file name? (See http://wiki.lyx.org/LaTeX/FilesWithSpecialChars
.) If so, rename the file.
That is correct. The file name is df-1-1-1.eps and should not be a
problem. Unless, of course, the hyphens are a problem, which would be
quite a surprise to me.
I take it that you have the same problems compiling and viewing this
trivial LateX file? Works when compiled with pdflatex but not when compiled
with latex?
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics{df-1-1-1}
\end{document}
Angus