|
From: | Obed Sands |
Subject: | Re: problem with printing graphics to file Octave 3.6.4, manual install, windows |
Date: | Tue, 21 May 2013 21:39:35 -0400 |
I did the manual install for windows, as described sourceforge/ Octave Forge (c.f. http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/)Things seem to be working o.k. and Gnuplot seems to be in place asoctave:1>plot(rand(40,3))produces a good result butoctave:2>print -djpg 'lkj.jpg'gives an error:Error: /undefined in nanOperand stack:--nostringval--Execution Stack:%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1932 1 3 %oparray_pop 1931 1 3 %opparay_pop --nostringval-- 1915 1 3 %opparay_pop 1803 1 3 --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--Dictionary stack:--dict:1179/1684(ro)(G)-- --dict:0/20(G)-- --dict:82/200(L)-- --dict:40/64(L)--Current allocation mode is localLast OS error: No such file or directoryGPL Ghostscript 9.07: Unrecoverable error, exit code 1octave:3>Any ideas will be appreciated,Scott SandsThat ghostscript is being called indicates that Octave thinks it has produced an eps-file. Please verify that eps output is working for you.print -depsc test.epsIf that works, please tell us what Octave returns with the debug flag.print -djpg -debug test.jpgBen
[Prev in Thread] | Current Thread | [Next in Thread] |