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


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

scatter plot with x value from row header

Newsgroups comp.graphics.apps.gnuplot
Date 2015-03-13 02:49 -0700
Message-ID <fa4f8861-7ed7-4227-aa37-0f1911ac95d3@googlegroups.com> (permalink)
Subject scatter plot with x value from row header
From Pete <dr_dok@gmx.net>

Show all headers | View raw


Hi,

I would like to plot data where multiple y-values exist for one x-value. The x-value is stored as a row header and the y-values are stored in the rows as shown schematically in the following table:

x1   x2   x3   x4   ...
y1,1 y2,1 y3,1 y4,1 ...
y1,2 y2,2 y3,2 y4,2 ...
y1,3 y2,3 y3,3 y4,3 ...
y1,4 y2,4 y3,4 y4,4 ...
y1,5 y2,5 y3,5 y4,5 ...
.    .    .    .    ...
.    .    .    .    ...
.    .    .    .    ...

Is there a way of plotting these data without repeating the x-values?

Thanks for your help in advance.

Pete

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


Thread

scatter plot with x value from row header Pete <dr_dok@gmx.net> - 2015-03-13 02:49 -0700
  Re: scatter plot with x value from row header Karl <mail.kfr@gmx.net> - 2015-03-13 13:38 +0100

csiph-web