home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / gnuplot / 341 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.9 KB  |  72 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!destroyer!gatech!mailer.cc.fsu.edu!mailer.cc.fsu.edu!luchini
  3. From: luchini@nhmfl.fsu.edu (Marco Luchini)
  4. Subject: Re: Date format conversion ?
  5. In-Reply-To: ratner@news.ans.net's message of 10 Nov 92 02:04:11 GMT
  6. Message-ID: <LUCHINI.92Nov10220335@senna.nhmfl.fsu.edu>
  7. Sender: news@mailer.cc.fsu.edu (Usenet News File Owner)
  8. Nntp-Posting-Host: senna.nhmfl.fsu.edu
  9. Organization: Department of Physics, Florida State University, Tallahassee
  10.     32306, USA
  11. References: <1992Nov10.020411.6892@ans.net>
  12. Distribution: usa
  13. Date: 10 Nov 92 22:03:35
  14. Lines: 56
  15.  
  16. In article <1992Nov10.020411.6892@ans.net> ratner@news.ans.net (Michael Ratner) writes:
  17.  
  18. > I have a sequence of the following pairs: [<date> <value>], where
  19. > <date> is expressed as the number of seconds elapsed since the
  20. > beginning of UNIX era (Jan 1 00:00 1970).  Dates are not continuous,
  21. > meaning that there's a gap between consecutive values of <date>.
  22. > How do I get normal-looking dates on the plot as range markings for
  23. > the "date" axis ?  Something like "Oct 1 10:15:34" instead of 74938183
  24. > (or, 75*10**6, rather) is what I need.  Is it at all possible ?  Your
  25. > help is very much appreciated.  Thanks.
  26. >                             -- Mike Ratner
  27. > P.S.  If it's impossible to do with GNUPLOT, maybe you know of some
  28. >       other graphics package that allows to do that together with
  29. >       being able to produce PostScript files with plots
  30. >       non-interactively ?
  31.  
  32. Xvgr (a.k.a. ACE/gr) will do all this for you and much more.  The
  33. official site is ftp.ccalmr.ogi.edu [129.95.72.34] in
  34. /CCALMR/pub/acegr/xvgr-2.09.tar.Z.  I've found that 2.09 core dumps
  35. somewhat more often than 2.08, however.  I quote from the man page
  36. below.  If you can't run it (for lack of X, xview or whatever) you may
  37. still want to look at the bits of code that translate Julian dates to
  38. all the various formats.
  39.  
  40.  
  41. Ciao,                            Marco
  42.  
  43. DESCRIPTION
  44.      ACE/gr is a data/function plotting tool for workstations  or
  45.      X-terminals using X.  A few of its features are:
  46.  
  47.      +    Polynomial  regression,  splines,   running   averages,
  48.           DFT/FFT, cross/auto-correlation.
  49.  
  50.      +    Plots up to 10 graphs with 30 datasets per graph.
  51.  
  52.      +    User-defined scaling, tick marks, labels, symbols, line
  53.           styles, colors.
  54.  
  55.      +    Batch mode for unattended plotting.
  56.  
  57.      +    Read and write parameters used during a session.
  58.  
  59.      +    Support through device independent graphic drivers  for
  60.           PostScript, and FrameMaker .mif format.
  61.  
  62. --
  63. -------------------------------------------------------------------------
  64. Marco Luchini          Internet (Preferred): luchini@theory.nhmfl.fsu.edu
  65. Department of Physics                        Bitnet:     LUCHINI@CZHETH5A
  66. Florida State University                     Telephone:   +1 904 644 5075 
  67. Tallahassee, FL 32306, USA                   Fax:         +1 904 644 6504
  68. -------------------------------------------------------------------------
  69.