Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1757

Plotting an average

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail
From Michael <proximum@land.ru>
Newsgroups comp.graphics.apps.gnuplot
Subject Plotting an average
Date Thu, 11 Apr 2013 09:52:58 +0700
Organization A noiseless patient Spider
Lines 11
Message-ID <kk58dc$5lf$1@dont-email.me> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 8bit
Injection-Date Thu, 11 Apr 2013 02:50:20 +0000 (UTC)
Injection-Info mx05.eternal-september.org; posting-host="b7060b79075ff6b41c576a78a68bbced"; logging-data="5807"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19+1ubQH4jWtTHL4PRrDpJH"
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5
Cancel-Lock sha1:i7u6wQPrsxKW95ii1CLSWA6Mppg=
Xref csiph.com comp.graphics.apps.gnuplot:1757

Show key headers only | View raw


Hello,
I need to plot an average of 10 curves. Where is the error?

plot [][2.2:2.6]\
'tests.dat' every :::0::0 using 
1:(($2+$3+$4+$5+$6+$7+$8+$9+$10+$11)/10.0) lt 2 lw 5 t '1' w linesp,\
'tests2.dat' every :::0::0 using 
1:(($2+$3+$4+$5+$6+$7+$8+$9+$10+$11)/10.0) lt 3 lw 5 t '2' w linesp,\
'tests3.dat' every :::0::0 using 
1:(($2+$3+$4+$5+$6+$7+$8+$9+$10+$11)/10.0) lt 4 lw 5 t '3' w linesp,\
2.3 w lines lw 7 lt 1 t 'Допуск',2.55 w lines lw 7 lt 1 notitle

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Plotting an average Michael <proximum@land.ru> - 2013-04-11 09:52 +0700
  Re: Plotting an average Michael <proximum@land.ru> - 2013-04-11 10:14 +0700

csiph-web