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


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

Re: using gnuplot to modify table

From Jean Dupont <jeandupont115@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: using gnuplot to modify table
Date 2012-02-01 12:02 -0800
Organization http://groups.google.com
Message-ID <75ba7e7d-6753-4d93-a33c-8ab596989502@dp8g2000vbb.googlegroups.com> (permalink)
References <d70045ad-6f76-40de-bc79-bfc4ee70ecdc@q8g2000yqa.googlegroups.com> <9or4otFmgjU1@mid.dfncis.de>

Show all headers | View raw


On 31 jan, 22:29, Hans-Bernhard Bröker <HBBroe...@t-online.de> wrote:
> On 31.01.2012 10:26, Jean Dupont wrote:
>
> > I tried this:
> > set table 'output.dat'
>
> > but plot 'originaltable.dat' u 4:2:3
>
> > does not give the result I expected,
>
> It might have been helpful if you had told us how it _differed_ from
> what you expected.  An actual example of input and output, instead of
> just a rather vague outline of the file's supposed format might be even
> better.

OK,
here is an example fragment of the inputfile
temp1 20 1 40
volt3 30 3 60
cap2 35 2 70

and here is the expected 'output.dat':
40 20 1
60 30 3
70 35 2

and here is the output.dat I got using set table 'output.dat' and plot
'originaltable.dat' u 4:2:3
 # Curve 0 of 1, 3 points
# Curve title: "'input' u 4:2:3"
# x y type
 40  20  i
 60  30  i
 70  35  i

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next 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