Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1757
| From | Michael <proximum@land.ru> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Plotting an average |
| Date | 2013-04-11 09:52 +0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <kk58dc$5lf$1@dont-email.me> (permalink) |
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 | Next — Next in thread | Find similar | Unroll 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