Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #888
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: using gnuplot to modify table |
| Date | 2012-02-01 22:57 +0100 |
| Message-ID | <9otqpqF927U1@mid.dfncis.de> (permalink) |
| References | <d70045ad-6f76-40de-bc79-bfc4ee70ecdc@q8g2000yqa.googlegroups.com> <9or4otFmgjU1@mid.dfncis.de> <75ba7e7d-6753-4d93-a33c-8ab596989502@dp8g2000vbb.googlegroups.com> |
On 01.02.2012 21:02, Jean Dupont wrote: > here is an example fragment of the inputfile > temp1 20 1 40 > volt3 30 3 60 > cap2 35 2 70 > and here is the expected 'output.dat': > 40 20 1 > 60 30 3 > 70 35 2 > and here is the output.dat I got using set table 'output.dat' and plot > 'originaltable.dat' u 4:2:3 > # Curve 0 of 1, 3 points > # Curve title: "'input' u 4:2:3" > # x y type > 40 20 i > 60 30 i > 70 35 i You should pick a three-column plot style (e.g. "with errorbars") to get all three columns processed. The output will still have the extra 'i' column and the comments at the top, though.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-01-31 01:26 -0800
Re: using gnuplot to modify table Hermann Peifer <peifer@gmx.eu> - 2012-01-31 14:01 +0100
Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-01-31 13:12 -0800
Re: using gnuplot to modify table Hermann Peifer <peifer@gmx.eu> - 2012-02-01 08:16 +0100
Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-01 12:08 -0800
Re: using gnuplot to modify table Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-01-31 22:29 +0100
Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-01 12:02 -0800
Re: using gnuplot to modify table Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-02-01 22:57 +0100
Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-02 03:42 -0800
Re: using gnuplot to modify table Christoph Bersch <usenet@bersch.net> - 2012-02-02 13:16 +0100
Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-02 11:10 -0800
csiph-web