[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.
--
- Re: Print plot error, (continued)
- Re: Print plot error, Ben Abbott, 2009/08/25
- Re: Print plot error, Rob Mahurin, 2009/08/25
- Re: Print plot error, Dmitri A. Sergatskov, 2009/08/25
- Re: Print plot error, Ben Abbott, 2009/08/25
- Re: Print plot error, Rob Mahurin, 2009/08/25
- Re: Print plot error, Ben Abbott, 2009/08/25
- Re: Print plot error, John W. Eaton, 2009/08/25
- Re: Print plot error, Ben Abbott, 2009/08/25
- Re: Print plot error, John W. Eaton, 2009/08/25
- Re: Print plot error, Ben Abbott, 2009/08/24
- Re: Print plot error,
Dmitri A. Sergatskov <=