|
From: Philippe F. <Phi...@co...> - 2008-04-18 14:56:56
|
Hello, I am trying to convert an outputed ps file from gnuplot using :www.ps2pdf.com. I get error messages as follows: Conversion results are: Error: /undefined in UL Operand stack: 1.0 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1905 1 3 %oparray_pop 1904 1 3 %oparray_pop 1888 1 3 %oparray_pop 1771 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:1143/1684(ro)(G)-- --dict:0/20(G)-- --dict:71/200(L)-- --dict:19/256(L)-- --dict:18/256(L)-- --dict:18/256(L)-- Current allocation mode is local Current file position is 12194 GPL Ghostscript 8.61: Unrecoverable error, exit code 1 I don't know where the error is coming from. Either from the ps generation of the ps2pdf conversion. Attached is the PS file that I am using. Here are the steps that I am using. Terminal type set to 'windows' gnuplot> cd 'D:/DATA/test filter/stability gnuplot> load 'gnuscript104823.gnu gnuplot> set loadpath 'd:/engsw/tcl/lib/tk8.3/' gnuplot> set terminal postscript landscape color Terminal type set to 'postscript' Options are 'landscape noenhanced defaultplex \ leveldefault color colortext \ dashed dashlength 1.0 linewidth 1.0 butt \ palfuncparam 2000,0.003 \ "Helvetica" 14 ' gnuplot> set output 'test.ps' gnuplot> replot Then quit. Any help would be appreciated. |