[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fltk printing
From: |
Dmitri A. Sergatskov |
Subject: |
Re: fltk printing |
Date: |
Sat, 7 Aug 2010 16:36:51 -0500 |
> In any case, I just verified that the opts passed to __fltk_print__.m is
> the same for
> print test.pdf and print('test.pdf'). But, test.pdf still always fails and
> ('test.pdf') always
> works.
>
More fun:
octave:1> backend ("fltk")
octave:2> plot(rand(10))
octave:3> print test1.pdf
GPL Ghostscript 8.71: Unrecoverable error, exit code 1
warning: print.m: ghostscript failed to convert output to file 'test1.pdf'.
No such file or directory
warning: print.m: failed to delete temporay file, '/tmp/oct-Jo1lWX.eps'.
octave:4> plot(rand(20))
octave:5> print test1.pdf
GPL Ghostscript 8.71: Unrecoverable error, exit code 1
warning: print.m: ghostscript failed to convert output to file 'test1.pdf'.
No such file or directory
warning: print.m: failed to delete temporay file, '/tmp/oct-tqNhOA.eps'.
octave:6> plot(rand(50))
octave:7> print test1.pdf
octave:8> plot(rand(10))
octave:9> print test1.pdf
octave:10>
(From this moment on it works)
> Michael
>
>
Dmitri.
--
- Re: fltk printing, (continued)
- Message not available
- Re: fltk printing, Ben Abbott, 2010/08/07
- Re: fltk printing, Shai Ayal, 2010/08/07
- Re: fltk printing, Ben Abbott, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, Dmitri A. Sergatskov, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing,
Dmitri A. Sergatskov <=
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, bpabbott, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, Dmitri A. Sergatskov, 2010/08/07
- Re: fltk printing, bpabbott, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, bpabbott, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07
- Re: fltk printing, Ben Abbott, 2010/08/07
- Re: fltk printing, Michael D Godfrey, 2010/08/07