home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- organization: Pixar -- Marin County, California
- subject: v11i065: Gnuplot 2.0 - 0 of 14
- From: thaw@ucbvax.Berkeley.EDU@pixar.UUCP (Tom Williams)
- Sender: 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....
-
-
-
-
-