GNUPLOT

Section: User Commands (1)
Updated: 28 January 1987
Index Return to Main Contents
 

NAME

gnuplot - an interactive plotting program  

SYNOPSIS

gnuplot
 

DESCRIPTION

Gnuplot is a command-driven interactive function plotting program. Here are some of its features:

Plots any number of functions, built up of C operators, C library functions, and some things C doesn't have like **, sgn(), etc. Also support for plotting data files, to compare actual data to theoretical curves.

User-defined X and Y ranges (optional Y auto-ranging), smart Y scaling, smart tic marks.

User-defined constants and functions.

Support through a generalized graphics driver for AED 767, BBN BitGraph, HP2623, HP75xx, POSTSCRIPT, QMS QUIC ReGis (VT125 and VT2xx), Selanar, Tek 401x, Vectrix 384, and unixplot. The PC version supports IBM CGA & EGA, Hercules, ATT 6300, and Corona 325 graphics. Other devices can be added simply, but will require recompiling.

Shell escapes and command line substitution.

Load and save capability.

Output redirection.

All computations performed in the complex domain. Just the real part is plotted by default, but functions like imag() and abs() and arg() are available to override this.  

AUTHORS

Thomas Williams and Colin Kelley, Villanova University.
(vu-vlsi!plot.UUCP)  

BUGS

The unixplot library does not provide for sending unixplot output to a file. As a result, unixplot output cannot be sent to a file with the Gnuplot 'set output' command; instead, standard output must be redirected to this file from the Unix command line. For example:
        % gnuplot > unixplot.out
        gnuplot> set term unxiplot
        gnuplot> plot sin(x)

The atan() function does not work correctly for complex arguments.  

SEE ALSO

See the printed manual or the on-line help for details on specific commands.


 

Index

NAME
SYNOPSIS
DESCRIPTION
AUTHORS
BUGS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 06:59:04 GMT, December 12, 2024