Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1091
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Michael <proximum@land.ru> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Subtract two data files |
| Date | Mon, 14 May 2012 04:48:38 +0700 |
| Organization | A noiseless patient Spider |
| Lines | 18 |
| Message-ID | <jopa7n$as2$1@dont-email.me> (permalink) |
| References | <jooqi5$pd0$1@news.albasani.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Sun, 13 May 2012 21:48:40 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="xRgEVutvq4120NtV0lKpag"; logging-data="11138"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX190rIRpd47W5P9tEWEuRyy2" |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
| In-Reply-To | <jooqi5$pd0$1@news.albasani.net> |
| Cancel-Lock | sha1:mNdnL+PFa6HDThoJU2I7oxnxQ4g= |
| Xref | csiph.com comp.graphics.apps.gnuplot:1091 |
Show key headers only | View raw
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