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