|
From:
<br...@ph...> - 2006-05-09 11:26:59
|
Mark O'Keeffe wrote: > Hi, I'm using the epslatex terminal with gnuplot 4.0, which seems to be > producing a good .eps file, but giving only half the .tex file. Does > anyone know what the cause of this could be? No --- usually this works well, so if it doesn't work for you, it must be at least partly caused by something peculiar in how you used it. Since you didn't show that, we have to guess. So here's my guess: you didn't close the output file in gnuplot before trying to use it from the outside. You have to set output (note: no file name) before you use the file. |