PRIMER 22.1
(2) "Raw" X, Y File Format/CSV Format
(2) "Raw" X, Y File Format/CSV Format
This section describes the format of a "raw" x,y data file.
A raw x,y data file contains lines which have a pair of x,y data points on them.
| Line 1 | X, Y point 1 |
| Line 2 | X, Y point 2 |
| ... | |
| Line n | X, Y point n |
The X and Y values can be in any format as long as the two values are separated by a space, a comma or a tab.
A comment line may be included anywhere in the file by starting the line with a '$'.