octave-maintainers
[Top][All Lists]
Advanced

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

Re: more graphics changes.


From: John W. Eaton
Subject: Re: more graphics changes.
Date: Wed, 14 Mar 2007 22:39:56 -0400

On 14-Mar-2007, Daniel J Sebald wrote:

| I definitely see a speed up.  But there is still some lag.  Something like 
| "image" with the default image should be processed by gnuplot with little 
| effort.  With the latest, there is still a one to two second delay on my 
machine.
| 
| I recall when writing some of the image.m code and testing with various size 
| images that the test image would plot almost immediately.  Has there been a 
| change in the pipe that causes it to pause when the buffer is full?

No change that I know of.  The pipe to gnuplot is still opened in
drawnow.m and everything is written to that pipe in __go_draw_figure__.m
and __go_draw_axes__.m, which were just renamed from the
__uiobject_draw_figure__.m and __uiobject_draw_axes__.m files with a
few small changes to adapt to other name changes.  But nothing that
should have affected the way data is written to the pipe.

jwe


reply via email to

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