octave-maintainers
[Top][All Lists]
Advanced

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

Re: more graphics changes.


From: Søren Hauberg
Subject: Re: more graphics changes.
Date: Wed, 21 Mar 2007 14:02:50 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070307)

John W. Eaton skrev:
On 16-Mar-2007, Søren Hauberg wrote:

| *) The "pause" function should call drawnow.
| | *) The "text" function doesn't do anything on my system.

I checked in the following chnages for these problems and a similar
potential problem with newplot.
It seems that "pause" doesn't call "drawnow" unless it is called with an input argument. To see this run
  fplot("sin(x)", [0, 2*pi]); pause
The plot will first appear after you press a button. On a similar note: should "kbhit" also call "drawnow"? I think it should.

Søren


reply via email to

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