home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gplot386.zip / GNUPLOT / README < prev    next >
Text File  |  1992-06-06  |  4KB  |  114 lines

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