home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / gnuplot / 379 < prev    next >
Encoding:
Text File  |  1992-11-15  |  5.0 KB  |  135 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!rsm1.physics.uiuc.edu!lewart
  3. From: d-lewart@uiuc.edu (Daniel S. Lewart)
  4. Subject: README
  5. Message-ID: <BxsuvG.BL6@news.cso.uiuc.edu>
  6. Originator: lewart@rsm1.physics.uiuc.edu
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Reply-To: d-lewart@uiuc.edu (Daniel S. Lewart)
  9. Organization: UIUC Physics Department
  10. Date: Mon, 16 Nov 1992 08:14:02 GMT
  11. Lines: 122
  12.  
  13. Below is the current README file.  Among other things, it tells how
  14. to obtain Gnuplot 3.2.  There is no reason to post anything related to
  15. Gnuplot 3.0 or earlier versions.
  16.  
  17. Daniel Lewart
  18. d-lewart@uiuc.edu
  19. -------------------------------------------------------------------------------
  20. GNUPLOT is a command-driven interactive function plotting program. It
  21. is case sensitive (commands and function names written in lowercase
  22. are not the same as those written in CAPS). All command names may be
  23. abbreviated, as long as the abbreviation is not ambiguous. Any number
  24. of commands may appear on a line, separated by semicolons (;).
  25. Strings are indicated with quotes.  They may be either single or double
  26. quotation marks, e.g.,
  27.  
  28.          load "filename"
  29.          cd 'dir'
  30.  
  31. Any command-line arguments are assumed to be names of files containing
  32. GNUPLOT commands, with the exception of standard X11 arguments, which
  33. are processed first. Each file is loaded with the `load` command, in the
  34. order specified. GNUPLOT exits after the last file is processed.  When
  35. no load files are named, gnuplot enters into an interactive mode.
  36.  
  37. Commands may extend over several input lines, by ending each
  38. line but the last with a backslash (\). The backslash must be the LAST
  39. character on each line. The effect is as if the backslash and newline
  40. were not there. That is, no white space is implied, nor is a comment
  41. terminated. Therefore, commenting out a continued line comments out
  42. the entire command (see `comment`).
  43.  
  44. For help on any topic, type `help` followed by the name of the topic.
  45.  
  46. The new GNUPLOT user should begin by reading about the `plot`
  47. command (type `help plot`).  The manual for gnuplot can be printed
  48. either with TeX, troff or nroff.  Look at the docs/Makefile for
  49. the appropriate option.  Additional help can be obtained from the
  50. USENET newsgroup comp.graphics.gnuplot.
  51.  
  52.                    Where to get updates to GNUPLOT
  53.  
  54. Congratulations on getting this version of GNUPLOT! Unfortunately, it
  55. may not be the most recent version ("you never know where this version
  56. has been!"). You can be sure that it IS the most recent version by
  57. checking one of the official distribution sites, guaranteed to be kept
  58. up to date (of course, if you got this file from one of those sites,
  59. you don't need to check!).
  60.  
  61. To hear automatically about future releases (and other GNUPLOT news),
  62. join the mailing list; see below.
  63.  
  64. At the time of this writing, the following are the official
  65. distribution sites and transfer instructions. Note that
  66. prep.ai.mit.edu is NOT an official site, and may not be up to date.
  67. Also, comp.sources.misc is usually a month or so behind us.
  68.  
  69. Date: Sun Mar 1 20:45:52 EDT 1992
  70. Version: 3.2
  71.  
  72. In general, GNUPLOT 3.2 is available as the file gnuplot3.2.tar.Z.
  73. There are no patches that bring GNUPLOT 2.02 up to 3.0, so you must
  74. obtain the whole new release. There are however patches to
  75. modify 3.0 to 3.1 and 3.1 to 3.2. Please obtain gnuplot from the site
  76. nearest you.
  77.  
  78. USENET users:
  79.  
  80.     GNUPLOT 3.2 was posted to comp.sources.misc.
  81.  
  82.  
  83. NORTH AMERICA:
  84.  
  85.      Anonymous ftp to dartmouth.edu (129.170.16.4)
  86.      Fetch
  87.         pub/gnuplot/gnuplot3.2.tar.Z
  88.      in binary mode.
  89.  
  90.      Users without ftp capability can obtain it through a mail ftp
  91.      server. Send a mail message saying 'help' to
  92.      BITFTP@pucc.princeton.edu for instructions. For a uuencoded
  93.      copy of the gnuplot sources (compressed tar file), send this
  94.      message to BITFTP@pucc.princeton.edu:
  95.          FTP DARTMOUTH.EDU UUENCODE
  96.          USER ANONYMOUS
  97.          CD pub/gnuplot
  98.          BINARY
  99.          GET gnuplot3.2.tar.Z
  100.          QUIT
  101.  
  102.  
  103. AUSTRALIA:
  104.  
  105.      Anonymous ftp to monu1.cc.monash.edu.au (130.194.1.101).
  106.      Fetch pub/gnuplot3.2.tar.Z in binary mode.
  107.  
  108.  
  109. EUROPE:
  110.  
  111.      Anonymous ftp to irisa.irisa.fr (131.254.2.3).
  112.      Fetch pub/gnuplot3.2.tar.Z in binary mode.
  113.  
  114. ----
  115.  
  116.      DISCLAIMER - This product is not related in any way to
  117.      Pixar or any other commercial venture.
  118.  
  119. ----
  120.   CONTACTS:
  121.      Please send any questions or comments to
  122.         info-gnuplot@arc.nasa.gov.
  123.      To join the above mailing list (or get yourself off), mail to
  124.         info-gnuplot-request@arc.nasa.gov.
  125.      Send bug reports and problems to
  126.         bug-gnuplot@arc.nasa.gov.
  127.         [Please tell us the version and machine on which your bug occurred.]
  128.  
  129.      Read the USENET newsgroup, which is gatewayed to info-gnuplot:
  130.         comp.graphics.gnuplot.
  131.  
  132.                                         -Thomas Williams-
  133.                                         -Alex Woo-
  134. -------------------------------------------------------------------------------
  135.