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


Groups > comp.graphics.apps.gnuplot > #2015 > unrolled thread

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

Started byRui Maciel <rui.maciel@gmail.com>
First post2013-09-02 09:13 -0700
Last post2013-09-02 19:57 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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

#2015 — Plot data pairs where each column is stored in separate files?

FromRui Maciel <rui.maciel@gmail.com>
Date2013-09-02 09:13 -0700
SubjectPlot data pairs where each column is stored in separate files?
Message-ID<fc1fab36-e1bd-454c-83e1-27eca96f8c51@googlegroups.com>
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?


Thanks in advance,
Rui Maciel

[toc] | [next] | [standalone]


#2016

FromHermann Peifer <peifer@gmx.eu>
Date2013-09-02 19:57 +0200
Message-ID<5224D17F.9090802@gmx.eu>
In reply to#2015
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web