From bug-octave-request at bevo dot che dot wisc dot edu Tue Dec 30 13:28:20 2003 Subject: Re: bug in octave 2.1.50 From: "Dmitri A. Sergatskov" To: Thomas Burg Cc: bug-octave at bevo dot che dot wisc dot edu Date: Tue, 30 Dec 2003 12:29:37 -0700 Thomas Burg wrote: > Hi > > $ octave --version > GNU Octave, version 2.1.50 (i586-mandrake-linux-gnu). > my kernel is an 2.4.22 on a x86 architecture. > > I found a bug when i change the term setting in plotting procedure. ... This is the known problem/feature of octave - gnuplot (un-synchronized) interaction. You can work around it (I do not think "fix" is a good word here) by adding say sleep(0.1) after each command to gnuplot. Essentially you want to avoid sending commands to gnuplot while it is still trying to finish previous job... Regards, Dmitri. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------