octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fltk printing


From: Michael D Godfrey
Subject: Re: fltk printing
Date: Sat, 07 Aug 2010 16:30:06 -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 04:03 PM, bpabbott wrote:
For example, what happens with ...

    x = 0:0.1:10;
    plot (x, sin(x))
    print sin.pdf
    plot (x, cos(x))
    print cos.pdf

Ben

I tried sequences like this with no new effects.

I run octave as
strace -f octave 2> octave-strace.txt
and I see that the ghostscript process is spawn before
postscript file is created.


I think that this is important.  How does this happen?

Michael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]