home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / gnuplot.zip / GNUPLOT.DOC < prev    next >
Text File  |  1986-12-11  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. GNUPLOT(1)             Programmer's Manual             GNUPLOT(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      gnuplot - an interactive plotting program
  10.  
  11. SYNOPSIS
  12.      gnuplot
  13.  
  14. DESCRIPTION
  15.      _G_N_U_P_L_O_T is a command-driven interactive function plotting
  16.      program.  Here are some of its features:
  17.  
  18.        Plots any number of functions, built up of C operators, C
  19.      library functions, and some things C doesn't have like **,
  20.      sgn(), etc.  Also support for plotting scatter-plots of data
  21.      files for comparing actual data to theoretical curves.
  22.  
  23.        User-defined X and Y ranges (optional Y auto-ranging),
  24.      smart Y scaling, smart tic marks.
  25.  
  26.        User-defined constants and functions.
  27.  
  28.        Support through a generalized graphics driver for ReGis
  29.      (VT125 and VT2xx), Tek 401x, AED 767, HP plotters, and QMS
  30.      laser printers.  The PC version supports IBM CGA áEGA and
  31.      Corona 325 graphics.  Other devices can be added simply, but
  32.      will require recompiling.
  33.  
  34.        Shell escapes and command line substitution.
  35.  
  36.        Load and save capability.
  37.  
  38.        Output redirection.
  39.  
  40.        All computations performed in the complex domain.  Just
  41.      the real part is plotted by default, but functions like
  42.      imag() and abs() and arg() are available to override this.
  43.  
  44. AUTHORS
  45.      Colin Kelley and Tom Williams (vu-vlsi!plot)
  46.  
  47. BUGS
  48.      The unixplot driver automatically writes to stdout, so you
  49.      have to redirect the gnuplot's output from the shell.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                         17 November 1986                        1
  64.  
  65.  
  66.  
  67.