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:55: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 04:49 PM, Ben Abbott wrote:
On Aug 7, 2010, at 7:37 PM, Michael D Godfrey wrote:

> On 08/07/2010 04:31 PM, bpabbott wrote:
>> On 07 Aug, 2010,at 07:30 PM, Michael D Godfrey <address@hidden> wrote:
>> 
>>> 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.
>>>  
>>  
>> Meaning that you have no sin.pdf, and that cos.pdf is a plot of cos(x)?
>> 
>> Ben
>> 
> Not exactly.  I meant that the failures were the same whether or not I changed the
> plot and print commands or not.  And, with the repeated drawnow() patch, such
> sequences, and also use of close all, worked "correctly."
> 
> It may be good to look at the drawnow code.
> 
> Michael
Which files were produced and were the plots what is expected?

Ben

print sin.pdf produced sin
print cos.pdf produced cos.

Nothing else.  All as expected.


reply via email to

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