Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nntp.club.cc.cmu.edu!feeder.erje.net!diablo1.news.osn.de!news.osn.de!diablo2.news.osn.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-15?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plotting a range accorrding to given numbers Date: Sat, 04 Feb 2012 18:43:23 +0100 Lines: 29 Message-ID: <9p591rFh1tU1@mid.dfncis.de> References: <9or4tsFmgjU2@mid.dfncis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de I10JVZwfhxZgTTMuCaJH+QVah99Nbau55uV13calEzL8mJu+ZN1Q4zW/7T Cancel-Lock: sha1:/NK+D76C3htYAScyiGYWak9pIgU= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20120129 Thunderbird/10.0 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:905 On 03.02.2012 16:59, Gudrun wrote: > I just want to plot x-column, y-column, and error-column with the help > of the index-column. The nature of that "help" is still a bit unclear, because the index column in your example file is deceptively simple. As-is, it's actually superfluous, because it's just the line number. So the 'every' option I mentioned before could actually do what you want in this particular case. The question remains what is supposed to happen if the index column were, say 0 5 1 3 2 4 or 5 4 3 2 1 0