GRAPH is a program that reads a set of numbers stored within an ASCII file and writes a DXF vector file in line graph form. This output file can then be read by Paint Shop Pro or AutoCAD and converted to a Graphics file such as a GIF for display on a HTML page.
Syntax is :- GRAPH infile xscale yscale [N] [L]The program reads in the infile, Please use the full DOS name such as C:\DATA\GRAPH1.DAT . The file must have two numbers per line with a comma delimiter. The scale parameters enable you to fit your data to say a 320 by 240 gif file. Included in the output file is the Best Fit Line this is a single line that fits the data set and assumes a straight line law.
The format of the input file is :- x , y Example :- 1 , 1 2 , 4 3 , 9Two optional parameters are available at command line entry.
Example :- GRAPH A:DATA.DAT 100 70 LBack to the Index