help-octave
[Top][All Lists]
Advanced

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

Re: Print plot error


From: Dmitri A. Sergatskov
Subject: Re: Print plot error
Date: Mon, 24 Aug 2009 19:53:59 -0500

So the problem appears to be with "drawnow" function:

octave:1> plot(rand(10))
octave:2> waitpid (-1,WNOHANG)
ans = 0
octave:3> drawnow ("x11", "/dev/null")
octave:4> waitpid (-1,WNOHANG)
ans =  2304
octave:5> waitpid (-1,WNOHANG)
ans = 0
octave:6>

Dmitri.
--


reply via email to

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