From decwrl!uunet!allbery Sun Mar 25 18:42:36 PST 1990
Article 1440 of comp.sources.misc:
Path: decwrl!uunet!allbery
From: thaw@ucbvax.Berkeley.EDU@pixar.UUCP (Tom Williams)
Newsgroups: comp.sources.misc
Subject: v11i065: Gnuplot 2.0 - 0 of 14
Message-ID: <82358@uunet.UU.NET>
Date: 26 Mar 90 00:10:02 GMT
Sender: allbery@uunet.UU.NET
Organization: Pixar -- Marin County, California
Lines: 38
Approved: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)

Posting-number: Volume 11, Issue 65
Submitted-by: thaw@ucbvax.Berkeley.EDU@pixar.UUCP (Tom Williams)
Archive-name: gnuplot2/part00

--- CUT HERE ---
#!/bin/sh
# This is a shell file to make directories
mkdir term demo bugtest docs docs/latextut translate
exit
--- CUT HERE ---


Gnuplot is a command-line driven interactive function plotting utility
for UNIX, MSDOS, and VMS platforms.  The software is free.  It was
originally intended as graphical program which would allow scientists
and students to visualize mathematical functions and data.  Additions
to this version of the software allow production of publication quality
plots and data graphs.  Gnuplot supports many different types of
terminals, plotters, and printers and is easily extensible to include
new devices.  [ The "GNU" in Gnuplot has nothing to do with the Free
Software Foundation, the naming is just a coincidence (and a long
story). ]


Gnuplot Features:
  Cartesian and Polar plots.
  Logscale graphs.
  Intelligent Tic spacing.
  Optional Autoscaling.
  Support for complex numbers.
  VMS-like online help.
  User-definable functions and variables.
  All the builtin functions C, FORTRAN, and BASIC provide.
  All the unary and binary operators supported by C, and more.
  MANY formatting features, such as labels, grids, and arrows.
  Support for Saving and Loading work in progress.
  Command line substitution.
  And lots more....


