|
From: Daniel G. <li...@da...> - 2006-04-24 13:36:15
|
>In every latex run I get a Failure: >gnuplotgeneratedtex:294:Dimension too large. \gplbacktext I recently identified the problem. My plot is multiplot, the first one has an yrange from 0 to 14000 the second from 0 to 5, xrange is the same. I used labels and arrows in the first one, in multiplot they are drawn in both plots but due to the coordinate difference they do not show up in plot 2. Unfortunately they do in the tex file...with coordinates that do not seem to make sense...very high. I just put "unset label" and "unset arrow" before the second plot and it works. The other error I got was that latex was not able to determine the size of the eps...fixed this by adding the extension ".eps" to the filename...strange. Regards, Daniel |