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


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

Re: plotting a grouped columns

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: plotting a grouped columns
Date 2016-01-21 23:19 +0100
Organization solani.org
Message-ID <n7rlh6$qkj$1@solani.org> (permalink)
References <8c63223e-52c1-4130-9b54-3cfbda899fef@googlegroups.com>

Show all headers | View raw


Am 21.01.2016 um 17:49 schrieb arbi.akhina@gmail.com:
> Hi,
> 
> I've a data file of the form x1, x2, x3, y which I generated after a bench tests. All xi variables has 5 possible values.
> Any hint on how I could plot this using gnuplot?
> 

When you plot a datafile, there is no real difference between
abscissa and ordinate values:

dataf = "filename.dat"
plot dataf using 1:4, dataf using 2:4, dataf us 3:4

?

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


Thread

plotting a grouped columns arbi.akhina@gmail.com - 2016-01-21 08:49 -0800
  Re: plotting a grouped columns Karl Ratzsch <mail.kfr@gmx.net> - 2016-01-21 23:19 +0100
    Re: plotting a grouped columns Arbi Akhina <arbi.akhina@gmail.com> - 2016-01-22 02:06 -0800
      Re: plotting a grouped columns Karl Ratzsch <mail.kfr@gmx.net> - 2016-01-22 13:09 +0100
      Re: plotting a grouped columns Jörg Buchholz <bookwood4news@freenet.de> - 2016-01-22 17:16 +0100

csiph-web