Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2016

Re: Plot data pairs where each column is stored in separate files?

From Hermann Peifer <peifer@gmx.eu>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Plot data pairs where each column is stored in separate files?
Date 2013-09-02 19:57 +0200
Organization albasani.net
Message-ID <5224D17F.9090802@gmx.eu> (permalink)
References <fc1fab36-e1bd-454c-83e1-27eca96f8c51@googlegroups.com>

Show all headers | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Plot data pairs where each column is stored in separate files? Rui Maciel <rui.maciel@gmail.com> - 2013-09-02 09:13 -0700
  Re: Plot data pairs where each column is stored in separate files? Hermann Peifer <peifer@gmx.eu> - 2013-09-02 19:57 +0200

csiph-web