Go to the first, previous, next, last section, table of contents.


The graph Utility

graph is a utility for creating plots from data. It reads ascii data and writes a plot with axes and labels. You can specify labels and ranges for the axes, and you can set the sizes and position of the plot on the page. Each invocations of graph produces a single box with a set of axes and data draw within. You can place an arbitrary number of plots on the page by concatenating the plot output of each invocation.


Go to the first, previous, next, last section, table of contents.