Working with Data > Loading Data From a File > General File Format |
GENERAL 2 4
HOLE 1000
# line 1, 4 points
4
1 2 3 4
200.0 234.0 274.0 320.0
# line 2, 4 points
4
1 2 3 4
200.0 218.0 2237.0 258.0
Lines 4 and 8 tell the control how many points are in each series. Lines 5 and 9 represent the actual X values for each series, and lines 6 and 10 represent the Y values. Lines beginning with "#" are comment lines.
See Understanding Data Layout for more information on Array and General data layout.