Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?windows-1252?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: How not to plot the returning lines Date: Sun, 08 Feb 2015 15:55:53 +0100 Lines: 13 Message-ID: References: <744520ed-5925-46b5-98c5-1768aa239d87@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de rK6AlNwl3hMtCuZhpU9S6wjxUyeAC/+uW0FcNPnA22V//PNTGTKyCJALFx Cancel-Lock: sha1:6Sb8ONWEixOJUmfzutQfSGtz7dY= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: <744520ed-5925-46b5-98c5-1768aa239d87@googlegroups.com> Xref: csiph.com comp.graphics.apps.gnuplot:2743 Am 08.02.2015 um 02:37 schrieb vuokkosetae@gmail.com: > Hi! > > I have data which has increasing value in first column (x-axes data) That's actually a lie. If it were true, you wouldn't have the problem you perceive. To remove the problem, you'll have to actually make true that claim of monotonicity. A bigger counter would help because it wouldn't wrap around so early. Sorting the data would remove the condition, too, but it might not be what you want. Or you could just introduce blank lines at the wrap-back positions.