.LP
2D data points may be directly typed into an ascii file using an editor, or
a program may generate them.  Either C-style comments /*  */ or a '#' may be used
to designate comments in an ascii file. If the '#' is used, all characters
to the end of the line are assumed part of the comment. Data points may 
be in float or integer values,
but the file should be in the following form:
.IP
x y { XY pairs }
.br
x y 
.br
x y 
.LP
Actually, the (x,y) pairs need not each appear on a line as above; the 
triples may occur as:
.IP
x
.br
y
.br
x
.br
y
.LP
or even as:
.IP
x y x
.br
y
.br
x 
.br
y x y x y
.br
etc.  
.LP
Or only (y) data may be present. In this case the (x) data will be generated
staring at zero
.IP
y
.br
y
.br
etc.
.LP
Depending on whether XY data or Y only data is specifed in the input file,
the "Data Format" option must be set accordingly. The "Data Format" optiion
is specified by toggling beteen XY pairs and Y only. Use the mouse to
select the appropriate format.
.LP
To plot the data points, fill out the "Filename" parameter with the name of 
the desired ascii file, and click on the "PLOT FILE" action button.  
The ascii data points will be read in and displayed according to the current
value of the "plot type" toggle. 
.LP
The number of points to be displayed in the workspace may be controlled by
changing the "step size", "begin" and "end" data points.  Note that this
does not change the data in the file, but only how the data is displayed
in the workspace. 
