[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Printing error,
From: |
alliende |
Subject: |
Printing error, |
Date: |
Sat, 25 Aug 2012 05:58:42 -0700 (PDT) |
Hi there I am using GNU Octave, version 3.6.1, on Window 7, and I am not able
to print
here is what I get when trying to print a simple plot
GNU Octave, version 3.6.1
Copyright (C) 2012 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
Octave was configured for "i686-pc-mingw32".
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html
Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type `news'.
warning: gmsh does not seem to be present some functionalities will be
disabled
warning: dx does not seem to be present some functionalities will be
disabled
warning: function
C:\Octave\Octave3.6.1_gcc4.6.2\share\octave\packages\statistics-1.1.0\fstat.m
shadows a core library f
unction
octave:1> t=0:1/100:6.14;
octave:2> x=sin(2*t);
octave:3> plot(t,0.5*x)
octave:4> cd C:
octave:5> print('aapru.pdf','-F:6','-dpdf')
Error: /undefined in nan
Operand stack:
--nostringval--
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval--
--nostringval-- 2 %stopped_push --nostringval--
--nostringval-- --nostringval-- false 1 %stopped_push 1926 1
3 %oparray_pop 1925 1 3 %oparray_
pop --nostringval-- 1909 1 3 %oparray_pop 1803 1 3
%oparray_pop --nostringval-- %errorexec_pop .
runexec2 --nostringval-- --nostringval-- --nostringval-- 2
%stopped_push --nostringval--
Dictionary stack:
--dict:1169/1684(ro)(G)-- --dict:0/20(G)-- --dict:82/200(L)--
--dict:40/64(L)--
Current allocation mode is local
Last OS error: No such file or directory
GPL Ghostscript 9.04: Unrecoverable error, exit code 1
the same happens for jpg and eps
If i try to print as svg I get.
octave:6> figure(1)
octave:7> print -dsvg aapru.svg
Accès refusé.
There is a similar post but it didn't help me, sorry for the noise. Can
anyone help me with this
Thanks in advance
Jorge
--
View this message in context:
http://octave.1599824.n4.nabble.com/Printing-error-tp4643299.html
Sent from the Octave - General mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Printing error,,
alliende <=