Hello,
my script generates a simple plot and uses epslatex as terminal:
set terminal epslatex input color 7
On the latex side I include:
\begin{figure}[htb]
\input{texfilename}
\caption{caption}
\end{figure}
In every latex run I get a Failure:
gnuplotgeneratedtex:294:Dimension too large. \gplbacktext
Commenting \gplbacktext out works, but this is not the solution ;-). Where is the problem. I use gnuplot 4.1 from cvs...updated several months ago.
Regards,
Daniel.
|