Graph ASCII export style.
|
GRAPH_MODEL_EXPORT_ASCII_CSV
Semicolon separated data values and column headers, missing data
represented as empty columns.
|
|
GRAPH_MODEL_EXPORT_ASCII_GNUPLOT
White-space separated data values, curves serialised, description
lines and column headers prefixed with # .
|
|
GRAPH_MODEL_EXPORT_ASCII_IGORPRO
Text wave format of Igor Pro (.itx).
|
|
GRAPH_MODEL_EXPORT_ASCII_MERGED
Flag that can be combined with the other formats (except Igor Pro),
requesting multi-column output with a single merged abscissa in the
first column.
|
|
GRAPH_MODEL_EXPORT_ASCII_ORIGIN
Presently, the same as the plain format.
|
|
GRAPH_MODEL_EXPORT_ASCII_PLAIN
White-space separated data values, plain description lines and column
headers, missing data represented with dashes.
|
|
GRAPH_MODEL_EXPORT_ASCII_POSIX
Flag that can be combined with the other formats, meaning
locale-independent C/POSIX format of floating point numbers.
|