|
From: | Michael D Godfrey |
Subject: | Re: fltk printing |
Date: | Sun, 08 Aug 2010 08:36:29 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Thunderbird/3.1.1 |
On 08/07/2010 07:19 PM, Ben Abbott wrote:
I did these steps on my local machine and got: At (3) I got what you said above. At (4) I got: octave:1> atexit("foobar") octave:2> close all octave:3> backend fltk octave:4> plot(1:10) octave:5> print test.pdf octave:6> quit Bye world __go_close_all__ ========================================= And, the plot is correct. Then I did the same thing after ssh to another machine (so now all the plotting has to go through X11/ssh to show up on my local screen). In this case I got the same for (3) but (4) gives: octave:1> atexit("foobar") octave:2> close all octave:3> backend fltk octave:4> plot(1:10) octave:5> print test.pdf GPL Ghostscript 8.71: Unrecoverable error, exit code 1 warning: print.m: ghostscript failed to convert output to file 'test.pdf'. No such file or directory warning: print.m: failed to delete temporay file, '/tmp/oct-1QhiPo.eps'. octave:6> quit Bye World __go_close_all__ ======================================== And, the plot is empty, of course. Michael And, the plot screen is black. This is with Shai's latest patch. But, none of the experimental code that we treid yesterday. Michael |
[Prev in Thread] | Current Thread | [Next in Thread] |