Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail From: Hermann Peifer Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plot data pairs where each column is stored in separate files? Date: Mon, 02 Sep 2013 19:57:19 +0200 Organization: albasani.net Lines: 14 Message-ID: <5224D17F.9090802@gmx.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net X4c5vllH7I7dcrM1HcbSuYuGwpdEncmttkPS2GvjruvpNff3LwTEuuE5yVlNmXatfWQYZlNc7BcTXC9Lu5xS6Q== NNTP-Posting-Date: Mon, 2 Sep 2013 17:57:20 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="4z4/hSSLnk82ABLY1AyVlH7rsl7QXGNnb4y29VBRDa7JPRMWH6z28GUbudwW0qJv7t9CbweX3M+uQwNPj5UFUNlmpteVHWmM/S6SKfV+NwSDszUU7J/3qRU94VQRij9Q"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 To: Rui Maciel In-Reply-To: Cancel-Lock: sha1:1FpOoM2G6P/XD0qiZN9VKJtIvJU= Xref: csiph.com comp.graphics.apps.gnuplot:2016 On 2013-09-02 18:13, Rui Maciel wrote: > Consider two separate data files: > - X.tsv > - Y.tsv > > Each file contains the exact same number of lines. > > Does Gnuplot provide a way to plot ordered pairs (x, y) where x is stored in X.tsv and y is stored in Y.tsv? > Under Linux/Bash, I would simply do: plot "<(paste X.tsv Y.tsv)" ... Hermann