Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1091
| From | Michael <proximum@land.ru> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Subtract two data files |
| Date | 2012-05-14 04:48 +0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <jopa7n$as2$1@dont-email.me> (permalink) |
| References | <jooqi5$pd0$1@news.albasani.net> |
14.05.2012 00:21, Gudrun написал: > "< paste a.dat b.dat" using ($1):(($4)-($2)) w points ls 3 title "test" Don't know, for me it works. $ cat >a.dat 1 2 3 4 5 6 $ cat >b.dat 10 20 30 40 50 60 plot "< paste a.dat b.dat" using 1:($4-$2) w points ls 3 notitle
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
Subtract two data files Gudrun <bestenborstel@gmail.com> - 2012-05-13 19:21 +0200 Re: Subtract two data files Michael <proximum@land.ru> - 2012-05-14 04:48 +0700
csiph-web