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


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

Help on Group Column Graph

Started byFrank Knaesel <frank@knaesel.com>
First post2013-09-18 10:36 -0700
Last post2013-09-18 10:36 -0700
Articles 1 — 1 participant

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


Contents

  Help on Group Column Graph Frank Knaesel <frank@knaesel.com> - 2013-09-18 10:36 -0700

#2040 — Help on Group Column Graph

FromFrank Knaesel <frank@knaesel.com>
Date2013-09-18 10:36 -0700
SubjectHelp on Group Column Graph
Message-ID<fa960808-fd41-4aff-a253-7d1add9ecd2f@googlegroups.com>
Hello Gnuplot Masters!

I have three data files like file1.dat, file2.dat, file3.dat.
In each file I have:
1   #Param1
2   #Param2
3   #Param3
4   #Param4
The first column have different values in each file.
The second columns (started with #), are identical.

I would like to plot these data in two ways:
1) Column Graph group by row, e.g.:
   {row1 file1, row1 fileN},{....},{rowN file1, rowN file3}
2) Column Graph group by file, e.g.:
   {file1 row1, file1 rowN},{....},{file3 row1, file3 rowN}

Can you please help me?

Kindest regards and thank you in advance,
Frank.

[toc] | [standalone]


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


csiph-web