home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / gnuplot / 684 < prev    next >
Encoding:
Text File  |  1993-01-22  |  941 b   |  27 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!mcsun!julienas!edf.edf.fr!clr48pl!dd
  3. From: dd@clr48pl.clr48pl.edf.fr (Denis Descause)
  4. Subject: Re: column filter for use with gnuplot
  5. In-Reply-To: jss@stanley.nde.swri.edu's message of 20 Jan 1993 17:06:21 GMT
  6. Message-ID: <DD.93Jan22140717@clr48pl.clr48pl.edf.fr>
  7. Followup-To: comp.graphics.gnuplot
  8. Sender: news@edf.fr
  9. Organization: EDF Departement Etudes et Recherches, Clamart, France.
  10. References: <1jk0qdINN611@swrinde.nde.swri.edu>
  11. Date: Fri, 22 Jan 1993 13:07:17 GMT
  12. Lines: 13
  13.  
  14.  
  15. with Gnuplot 3.2 all you have to do is to read the manual page 8 (12.1 Datafile)
  16. it is written:
  17.     plot '< awk "{print $1-1965 $2}" population.dat' ....
  18. see man awk for more information
  19. --
  20.  
  21.             Denis Descause
  22.             Electricite de France / Direction Etudes et Recherches
  23.             1 av du General De Gaulle
  24.             92141 Clamart Cedex
  25.             Tel:(33 1) 47 65 30 85 , Fax: (33 1) 47 65 46 88
  26.             Email: Denis.Descause@der.edr.fr
  27.