[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.
--
- Print plot error, John B. Thoo, 2009/08/20
- Re: Print plot error, John B. Thoo, 2009/08/22
- Re: Print plot error, Dmitri A. Sergatskov, 2009/08/22
- Re: Print plot error, Dmitri A. Sergatskov, 2009/08/22
- Re: Print plot error, Ben Abbott, 2009/08/22
- Re: Print plot error,
Dmitri A. Sergatskov <=
- Re: Print plot error, Rob Mahurin, 2009/08/23
- Re: Print plot error, Ben Abbott, 2009/08/23
- Re: Print plot error, Dmitri A. Sergatskov, 2009/08/24
- Re: Print plot error, Rob Mahurin, 2009/08/24
- Re: Print plot error, Dmitri A. Sergatskov, 2009/08/24
- Re: Print plot error, Rob Mahurin, 2009/08/24
- Re: Print plot error, Ben Abbott, 2009/08/24
- Re: Print plot error, Dmitri A. Sergatskov, 2009/08/24
- Re: Print plot error, Ben Abbott, 2009/08/24
- Re: Print plot error, Rob Mahurin, 2009/08/24