Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Gudrun Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plotting a range accorrding to given numbers Date: Mon, 06 Feb 2012 12:07:02 +0000 Organization: albasani.net Lines: 44 Message-ID: References: <9or4tsFmgjU2@mid.dfncis.de> <9p591rFh1tU1@mid.dfncis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.albasani.net QQRjY5GrzntLFREf6ch3DiEsowXe5ADINQYx/2aYvNIzqzYBW4Aw1wOQfISRKGziv8ojP8OZddHymyQEOkh63A== NNTP-Posting-Date: Mon, 6 Feb 2012 12:07:03 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="OxraAUq9k4HjIzmbvRm9nsOZfCJDoFRT9K4+8j6qx3fmzAH3/XLqnBxANAWhwxPAVNMLcGy0Xvfiz8gcJHMYVqfygaucktfgtL0FDQzzhIrTWmhaQWV2UiJtSP6mSFH/"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: <9p591rFh1tU1@mid.dfncis.de> Cancel-Lock: sha1:vYuZqL08vznPO+KsQxdtM0KcOj4= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:907 Good morning, Hans-Bernhard. I am confused with "every" and "index". I thought index is the command I am looking for. In the end I am looking for a way to choose by line number if you wish to say so. Every seems to work fine, although Gnuplot makes funny things if the entry is NaN. Kind regards Gudrun Am 04.02.12 17:43, schrieb Hans-Bernhard Bröker: > 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 >