Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: filledcurved between two smooth lines Followup-To: comp.graphics.apps.gnuplot Date: Mon, 12 Mar 2012 08:23:25 -0700 Organization: gnuplot development team Lines: 19 Message-ID: References: <344f8539-5454-4880-a7d6-3417aed09c57@x7g2000pbi.googlegroups.com> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Mon, 12 Mar 2012 15:23:26 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="10826"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18OfjUqdKRVqWk3B8PmGF28" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:NCiSZzWEEzQkpLWGQiZDdPsDW0o= Xref: csiph.com comp.graphics.apps.gnuplot:970 Lin Xiang wrote: > Hello, all > > I'v got two dataset: "a.dat" and "b.dat" > > I want to filledcurve between two smooth lines that from the dataset. > > How to do it? You'll have to merge these into a single file, such that parallel "a" and "b" values are in different columns on the same line of data. > > Thanks in advance. > > Terry