Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: stats for a row not a column Date: Thu, 4 Feb 2016 20:42:46 +0100 Organization: A noiseless patient Spider Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Date: Thu, 4 Feb 2016 19:39:54 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="e38a886ea0be8e8527ce3fff86a552f6"; logging-data="1716"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MPrPutNjVGaUuSrRCu9ih6hUaaNj5cqs=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 X-Mozilla-News-Host: news://news.eternal-september.org:119 Cancel-Lock: sha1:p3curSoUzurGAQzpyx3KARbx6V8= Xref: csiph.com comp.graphics.apps.gnuplot:3215 Hello, is there a way to use the stats command for a row? Data: - a b c A 1 2 3 B 1 - 5 C 1 2 3 stats 'file' u 3 Records: 2 Mean: 2.0000 Sum: 4.0000 So this is for the col b. I want to do this for the row B, but I don't have a good idea to do this.= J=C3=B6rg