Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.alphanet.ch!alphanet.ch!news.imp.ch!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!news.glorb.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!e27g2000vbu.googlegroups.com!not-for-mail From: Jean Dupont Newsgroups: comp.graphics.apps.gnuplot Subject: Re: using gnuplot to modify table Date: Thu, 2 Feb 2012 11:10:27 -0800 (PST) Organization: http://groups.google.com Lines: 22 Message-ID: References: <9or4otFmgjU1@mid.dfncis.de> <75ba7e7d-6753-4d93-a33c-8ab596989502@dp8g2000vbb.googlegroups.com> <9otqpqF927U1@mid.dfncis.de> <6b818e6a-7754-46c4-88dc-c486a8858684@c6g2000vbk.googlegroups.com> NNTP-Posting-Host: 91.182.196.176 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1328209919 28442 127.0.0.1 (2 Feb 2012 19:11:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 2 Feb 2012 19:11:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e27g2000vbu.googlegroups.com; posting-host=91.182.196.176; posting-account=Ze39fQoAAAA43Ez-dgCUvxHYN1rOASaw User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:910 On Feb 2, 1:16=A0pm, Christoph Bersch wrote: > On 02.02.2012 12:42, Jean Dupont wrote: > > > On 1 feb, 22:57, Hans-Bernhard Br=F6ker =A0wrote= : > > >> You should pick a three-column plot style (e.g. "with errorbars") to g= et > >> all three columns processed. =A0The output will still have the extra '= i' > >> column and the comments at the top, though. > > > could you give an example of how to do this? > > set table 'output.dat' > splot 'originaltable.dat' u 4:2:3 > > Christoph great! Jean