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


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

Plotting an average

Started byMichael <proximum@land.ru>
First post2013-04-11 09:52 +0700
Last post2013-04-11 10:14 +0700
Articles 2 — 1 participant

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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

#1757 — Plotting an average

FromMichael <proximum@land.ru>
Date2013-04-11 09:52 +0700
SubjectPlotting an average
Message-ID<kk58dc$5lf$1@dont-email.me>
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

[toc] | [next] | [standalone]


#1758

FromMichael <proximum@land.ru>
Date2013-04-11 10:14 +0700
Message-ID<kk59m8$bsp$1@dont-email.me>
In reply to#1757
Sorry, it was mistake, I inserted comment (#) between lines.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web