help-octave
[Top][All Lists]
Advanced

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

Re: Command order


From: Marco Casali
Subject: Re: Command order
Date: Fri, 15 Jul 2011 16:44:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

Il 15/07/11 12:54, Carnë Draug ha scritto:
>> The "Request1" part of the code is executed before the "Plot1" part and
>> after this inversion of the command order all the graphs are executed
>> with this delay, that is that I have to wait for an other figure command
>> in order to have the PREVIOUS plot.
>>
> I'm not sure if it's the cause of it. I remember once having a similar
> problem. Solved it by calling drawnow. Try running that between Plot1
> and Request1.
> 
> Carnë

Hi Carnë,

I just tried your suggestion and it seems it's working fine.
I put drawnow("expose") at the beginning of my routine and the plots are
in the right order.

Thank you very very much!

Marco
-- 
#################################################
Marco Casali

To communicate in a confidential manner:
gpg --keyserver  pool.sks-keyservers.net
KeyID: 0x8EBBA636

O< ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
#################################################


reply via email to

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