octave-maintainers
[Top][All Lists]
Advanced

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

Re: fltk printing


From: Ben Abbott
Subject: Re: fltk printing
Date: Sat, 07 Aug 2010 19:58:28 -0400

On Aug 7, 2010, at 7:55 PM, Michael D Godfrey wrote:

> 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.

Ok. So what is it that isn't working correctly?

Ben




reply via email to

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