4.3BSD-Tahoe/usr/man/cat1/graph.0

Compare this file to the similar file:
Show the results in this format:




GRAPH(1G)	    UNIX Programmer's Manual		GRAPH(1G)



NNAAMMEE
     graph - draw a graph

SSYYNNOOPPSSIISS
     ggrraapphh [ option ] ...

DDEESSCCRRIIPPTTIIOONN
     _G_r_a_p_h with no options takes pairs of numbers from the stan-
     dard input as abscissas and ordinates of a graph.	Succes-
     sive points are connected by straight lines.  The graph is
     encoded on the standard output for display by the _p_l_o_t(1G)
     filters.

     If the coordinates of a point are followed by a nonnumeric
     string, that string is printed as a label beginning on the
     point.  Labels may be surrounded with quotes "...", in which
     case they may be empty or contain blanks and numbers; labels
     never contain newlines.

     The following options are recognized, each as a separate
     argument.

     --aa   Supply abscissas automatically (they are missing from
	  the input); spacing is given by the next argument
	  (default 1).	A second optional argument is the start-
	  ing point for automatic abscissas (default 0 or lower
	  limit given by --xx).

     --bb   Break (disconnect) the graph after each label in the
	  input.

     --cc   Character string given by next argument is default
	  label for each point.

     --gg   Next argument is grid style, 0 no grid, 1 frame with
	  ticks, 2 full grid (default).

     --ll   Next argument is label for graph.

     --mm   Next argument is mode (style) of connecting lines: 0
	  disconnected, 1 connected (default).	Some devices give
	  distinguishable line styles for other small integers.

     --ss   Save screen, don't erase before plotting.

     --xx [ ll ]
	  If ll is present, x axis is logarithmic.  Next 1 (or 2)
	  arguments are lower (and upper) _x limits.  Third argu-
	  ment, if present, is grid spacing on _x axis.	Normally
	  these quantities are determined automatically.

     --yy [ ll ]



Printed 7/9/88		 April 29, 1985                         1






GRAPH(1G)	    UNIX Programmer's Manual		GRAPH(1G)



	  Similarly for _y.

     --hh   Next argument is fraction of space for height.

     --ww   Similarly for width.

     --rr   Next argument is fraction of space to move right before
	  plotting.

     --uu   Similarly to move up before plotting.

     --tt   Transpose horizontal and vertical axes.  (Option --xx now
	  applies to the vertical axis.)

     A legend indicating grid range is produced with a grid
     unless the --ss option is present.

     If a specified lower limit exceeds the upper limit, the axis
     is reversed.

SSEEEE AALLSSOO
     spline(1G), plot(1G)

BBUUGGSS
     _G_r_a_p_h stores all points internally and drops those for which
     there isn't room.
     Segments that run out of bounds are dropped, not windowed.
     Logarithmic axes may not be reversed.



























Printed 7/9/88		 April 29, 1985                         2