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: Sat, 22 Aug 2009 17:29:49 -0500

On Sat, Aug 22, 2009 at 4:32 PM, Ben Abbott<address@hidden> wrote:

>
> I'm not sure I see the same thing ...
>
>  plot(1:10)
>  for n = 1:25
>> print -dpdf test.pdf
>> system ('ps axu | grep gnuplot | wc -l');
>> end
> 6
> 5
> 6
> 6
> 6


I think ps tranketes long output lines.
Try

system ('ps axwww | grep gnuplot | wc -l');

instead.

Sincerely,

Dmitri.
--



reply via email to

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