Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2015 > unrolled thread
| Started by | Rui Maciel <rui.maciel@gmail.com> |
|---|---|
| First post | 2013-09-02 09:13 -0700 |
| Last post | 2013-09-02 19:57 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
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
| From | Rui Maciel <rui.maciel@gmail.com> |
|---|---|
| Date | 2013-09-02 09:13 -0700 |
| Subject | Plot 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]
| From | Hermann Peifer <peifer@gmx.eu> |
|---|---|
| Date | 2013-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