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


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

using gnuplot to modify table

From Jean Dupont <jeandupont115@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject using gnuplot to modify table
Date 2012-01-31 01:26 -0800
Organization http://groups.google.com
Message-ID <d70045ad-6f76-40de-bc79-bfc4ee70ecdc@q8g2000yqa.googlegroups.com> (permalink)

Show all headers | View raw


Is it possible to use gnuplot to manipulate a table as follows:

This is the format of the original table:
textstring columnvalue1 columnvalue2 columnvalue3

I want the new table like this:
columnvalue3 columnvalue1 columnvalue2

I tried this:
set table 'output.dat'

but plot 'originaltable.dat' u 4:2:3

does not give the result I expected, does anyone here how to do it
correctly (using Gnuplot of course)

Jean

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


Thread

using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-01-31 01:26 -0800
  Re: using gnuplot to modify table Hermann Peifer <peifer@gmx.eu> - 2012-01-31 14:01 +0100
    Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-01-31 13:12 -0800
      Re: using gnuplot to modify table Hermann Peifer <peifer@gmx.eu> - 2012-02-01 08:16 +0100
        Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-01 12:08 -0800
  Re: using gnuplot to modify table Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-01-31 22:29 +0100
    Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-01 12:02 -0800
      Re: using gnuplot to modify table Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-02-01 22:57 +0100
        Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-02 03:42 -0800
          Re: using gnuplot to modify table Christoph Bersch <usenet@bersch.net> - 2012-02-02 13:16 +0100
            Re: using gnuplot to modify table Jean Dupont <jeandupont115@gmail.com> - 2012-02-02 11:10 -0800

csiph-web