<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_graph</id>
		<title>32v 1m graph - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_graph"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_graph&amp;action=history"/>
		<updated>2026-05-11T22:44:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_graph&amp;diff=6969&amp;oldid=prev</id>
		<title>Neozeed: New page: GRAPH(1G)           UNIX Programmer's Manual            GRAPH(1G)    == NAME ==      graph - draw a graph  == SYNOPSIS ==      graph [ option ] ...  == DESCRIPTION ==      _G_r_a_p_h with ...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_graph&amp;diff=6969&amp;oldid=prev"/>
				<updated>2009-10-26T14:13:18Z</updated>
		
		<summary type="html">&lt;p&gt;New page: GRAPH(1G)           UNIX Programmer&amp;#039;s Manual            GRAPH(1G)    == NAME ==      graph - draw a graph  == SYNOPSIS ==      graph [ option ] ...  == DESCRIPTION ==      _G_r_a_p_h with ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;GRAPH(1G)           UNIX Programmer's Manual            GRAPH(1G)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     graph - draw a graph&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     graph [ option ] ...&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _G_r_a_p_h with no options takes pairs of numbers from the stan-&lt;br /&gt;
     dard input as abscissas and ordinates of a graph.  Succes-&lt;br /&gt;
     sive points are connected by straight lines.  The graph is&lt;br /&gt;
     encoded on the standard output for display by the _p_l_o_t(1)&lt;br /&gt;
     filters.&lt;br /&gt;
&lt;br /&gt;
     If the coordinates of a point are followed by a nonnumeric&lt;br /&gt;
     string, that string is printed as a label beginning on the&lt;br /&gt;
     point.  Labels may be surrounded with quotes &amp;quot;...&amp;quot;, in which&lt;br /&gt;
     case they may be empty or contain blanks and numbers; labels&lt;br /&gt;
     never contain newlines.&lt;br /&gt;
&lt;br /&gt;
     The following options are recognized, each as a separate&lt;br /&gt;
     argument.&lt;br /&gt;
&lt;br /&gt;
     -a   Supply abscissas automatically (they are missing from&lt;br /&gt;
          the input); spacing is given by the next argument&lt;br /&gt;
          (default 1).  A second optional argument is the start-&lt;br /&gt;
          ing point for automatic abscissas (default 0 or lower&lt;br /&gt;
          limit given by -x).&lt;br /&gt;
&lt;br /&gt;
     -b   Break (disconnect) the graph after each label in the&lt;br /&gt;
          input.&lt;br /&gt;
&lt;br /&gt;
     -c   Character string given by next argument is default&lt;br /&gt;
          label for each point.&lt;br /&gt;
&lt;br /&gt;
     -g   Next argument is grid style, 0 no grid, 1 frame with&lt;br /&gt;
          ticks, 2 full grid (default).&lt;br /&gt;
&lt;br /&gt;
     -l   Next argument is label for graph.&lt;br /&gt;
&lt;br /&gt;
     -m   Next argument is mode (style) of connecting lines: 0&lt;br /&gt;
          disconnected, 1 connected (default).  Some devices give&lt;br /&gt;
          distinguishable line styles for other small integers.&lt;br /&gt;
&lt;br /&gt;
     -s   Save screen, don't erase before plotting.&lt;br /&gt;
&lt;br /&gt;
     -x [ l ]&lt;br /&gt;
          If l is present, x axis is logarithmic.  Next 1 (or 2)&lt;br /&gt;
          arguments are lower (and upper) _x limits.  Third argu-&lt;br /&gt;
          ment, if present, is grid spacing on _x axis.  Normally&lt;br /&gt;
          these quantities are determined automatically.&lt;br /&gt;
&lt;br /&gt;
     -y [ l ]&lt;br /&gt;
&lt;br /&gt;
          Similarly for _y.&lt;br /&gt;
&lt;br /&gt;
     -h   Next argument is fraction of space for height.&lt;br /&gt;
&lt;br /&gt;
     -w   Similarly for width.&lt;br /&gt;
&lt;br /&gt;
     -r   Next argument is fraction of space to move right before&lt;br /&gt;
          plotting.&lt;br /&gt;
&lt;br /&gt;
     -u   Similarly to move up before plotting.&lt;br /&gt;
&lt;br /&gt;
     -t   Transpose horizontal and vertical axes.  (Option -x now&lt;br /&gt;
          applies to the vertical axis.)&lt;br /&gt;
&lt;br /&gt;
     A legend indicating grid range is produced with a grid&lt;br /&gt;
     unless the -s option is present.&lt;br /&gt;
&lt;br /&gt;
     If a specified lower limit exceeds the upper limit, the axis&lt;br /&gt;
     is reversed.&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m spline|spline(1)]], [[32v 1m plot|plot(1)]]&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     _G_r_a_p_h stores all points internally and drops those for which&lt;br /&gt;
     there isn't room.&lt;br /&gt;
     Segments that run out of bounds are dropped, not windowed.&lt;br /&gt;
     Logarithmic axes may not be reversed.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>