home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume11 / gnuplot2 / part00 next >
Encoding:
Text File  |  1990-03-25  |  1.6 KB  |  49 lines

  1. Newsgroups: comp.sources.misc
  2. organization: Pixar -- Marin County, California
  3. subject: v11i065: Gnuplot 2.0 - 0 of 14
  4. From: thaw@ucbvax.Berkeley.EDU@pixar.UUCP (Tom Williams)
  5. Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  6.  
  7. Posting-number: Volume 11, Issue 65
  8. Submitted-by: thaw@ucbvax.Berkeley.EDU@pixar.UUCP (Tom Williams)
  9. Archive-name: gnuplot2/part00
  10.  
  11. --- CUT HERE ---
  12. #!/bin/sh
  13. # This is a shell file to make directories
  14. mkdir term demo bugtest docs docs/latextut translate
  15. exit
  16. --- CUT HERE ---
  17.  
  18.  
  19. Gnuplot is a command-line driven interactive function plotting utility
  20. for UNIX, MSDOS, and VMS platforms.  The software is free.  It was
  21. originally intended as graphical program which would allow scientists
  22. and students to visualize mathematical functions and data.  Additions
  23. to this version of the software allow production of publication quality
  24. plots and data graphs.  Gnuplot supports many different types of
  25. terminals, plotters, and printers and is easily extensible to include
  26. new devices.  [ The "GNU" in Gnuplot has nothing to do with the Free
  27. Software Foundation, the naming is just a coincidence (and a long
  28. story). ]
  29.  
  30.  
  31. Gnuplot Features:
  32.   Cartesian and Polar plots.
  33.   Logscale graphs.
  34.   Intelligent Tic spacing.
  35.   Optional Autoscaling.
  36.   Support for complex numbers.
  37.   VMS-like online help.
  38.   User-definable functions and variables.
  39.   All the builtin functions C, FORTRAN, and BASIC provide.
  40.   All the unary and binary operators supported by C, and more.
  41.   MANY formatting features, such as labels, grids, and arrows.
  42.   Support for Saving and Loading work in progress.
  43.   Command line substitution.
  44.   And lots more....
  45.  
  46.  
  47.  
  48.  
  49.