home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 334_01 / gnuplot.1 < prev    next >
Text File  |  1991-02-05  |  4KB  |  152 lines

  1. .\" dummy line
  2. .TH GNUPLOT 1 "31 August 1990"
  3. .UC 4
  4. .SH NAME
  5. gnuplot \- an interactive plotting program
  6. .SH SYNOPSIS
  7. .B gnuplot
  8. [ X11 options ] [file ...]
  9. .br
  10. .SH DESCRIPTION
  11. .I Gnuplot 
  12. is a command-driven interactive function plotting program.
  13. .PP
  14. If files are given, 
  15. .I gnuplot 
  16. loads each file with the 
  17. .I load
  18. command, in the order specified.
  19. .I Gnuplot 
  20. exits after the last file is processed.
  21. .PP
  22. Here are some of its features:
  23. .PP
  24. Plots any number of functions, built up of C operators, C library
  25. functions, and some things C doesn't have like **, sgn(), etc.  Also
  26. support for plotting data files, to compare actual
  27. data to theoretical curves.
  28. .PP
  29. User-defined X and Y ranges (optional auto-ranging), smart axes scaling,
  30. smart tic marks.
  31. .PP
  32. Labelling of X and Y axes.
  33. .PP
  34. User-defined constants and functions.
  35. .PP
  36. Support through a generalized graphics driver for
  37. AED 512,
  38. AED 767,
  39. BBN BitGraph,
  40. Roland DXY800A,
  41. EEPIC,
  42. EmTeX,
  43. Epson 60dpi printers,
  44. Epson LX-800,
  45. Fig, 
  46. HP2623,
  47. HP2648,
  48. HP75xx,
  49. HPGL,
  50. HP LaserJet II,
  51. Imagen,
  52. Iris 4D,
  53. Kermit-MS,
  54. Kyocera laser printer,
  55. LaTeX,
  56. NEC CP6 pinwriter,
  57. PostScript,
  58. QMS QUIC,
  59. ReGis (VT125 and VT2xx),
  60. SCO Xenix CGI,
  61. Selanar,
  62. Star color printer,
  63. Tandy DMP-130 printer,
  64. Tek 401x,
  65. Tek 410x,
  66. Vectrix 384,
  67. VT like tekronix emulator,
  68. Unix PC (ATT 3b1 or ATT 7300),
  69. unixplot,  
  70. and X11.
  71. The PC version compiled by Microsoft C
  72. supports IBM CGA, EGA, VGA, Hercules, ATT 6300,
  73. and Corona 325 graphics.  
  74. The PC version compiled by Turbo C
  75. supports IBM CGA, EGA, MCGA, VGA, Hercules and ATT 6300 graphics.  
  76. Other devices can be added simply, but will require recompiling.
  77. .PP
  78. Shell escapes and command line substitution.
  79. .PP
  80. Load and save capability.
  81. .PP
  82. Output redirection.
  83. .PP
  84. All computations performed in the complex domain.  Just the real part is
  85. plotted by default, but functions like imag() and abs() and arg() are
  86. available to override this.
  87. .SH X11 OPTIONS
  88. .I Gnuplot 
  89. provides two terminal types (\fIx11\fP and \fIX11\fP) for use
  90. with X servers. The \fIX11\fP terminal type provides differing colors as well 
  91. as shapes for the \fIpoints\fP plotting style. The two types are otherwise 
  92. identical.  When used with either of these terminal types, \fIgnuplot\fP
  93. honors all the standard X Toolkit options and resources such as geometry, font,
  94. foreground and background. See the X(1) man page for a description of
  95. the options. For color or grayscale displays \fIgnuplot\fP also honors 
  96. the following resources (shown here with default values):
  97. .sp
  98. .B  "gnuplot*textColor: black"
  99. .br 
  100. .B  "gnuplot*borderColor: black"
  101. .br 
  102. .B  "gnuplot*axisColor: black"
  103. .br 
  104. .B  "gnuplot*line1Color: red"
  105. .br 
  106. .B  "gnuplot*line2Color: green"
  107. .br 
  108. .B  "gnuplot*line3Color: blue"
  109. .br 
  110. .B  "gnuplot*line4Color: magenta"
  111. .br 
  112. .B  "gnuplot*line5Color: cyan"
  113. .br 
  114. .B  "gnuplot*line6Color: sienna"
  115. .br 
  116. .B  "gnuplot*line7Color: orange"
  117. .br 
  118. .B  "gnuplot*line8Color: coral"
  119. .br 
  120. .PP
  121. The size or aspect ratio of a plot may be changed by resizing the
  122. .I gnuplot
  123. window.
  124. .SH AUTHORS
  125. Thomas Williams, Pixar Corporation, 
  126. .br
  127. (pixar!info-gnuplot@sun.com)
  128. .br
  129. and Colin Kelley.
  130. .PP
  131. Additions for labelling by Russell Lang, Monash University, Australia.
  132. .br
  133. (rjl@monu1.cc.monash.edu.au)
  134. .br
  135. Further additions by David Kotz, Duke University, North Carolina, USA. 
  136. .br
  137. (dfk@cs.duke.edu)
  138. .br
  139. X11 support by Ed Kubaitis, University of Illinois, USA.
  140. .SH BUGS
  141. The atan() function does not work correctly for complex arguments.
  142. .br
  143. The bessel functions do not work for complex arguments.
  144. .br
  145. See the 
  146. .I help bugs
  147. command in gnuplot.
  148. .SH SEE ALSO
  149. See the printed manual or the on-line help for details on specific commands.
  150. .br
  151. X(1).
  152.