Module gwy :: Class GraphModelExportStyle
[hide private]
[frames] | no frames]

Class GraphModelExportStyle

source code

Graph ASCII export style.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  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.
Class Variable Details [hide private]

GRAPH_MODEL_EXPORT_ASCII_IGORPRO

Text wave format of Igor Pro (.itx). (Since 2.36)

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. (Since 2.46)

GRAPH_MODEL_EXPORT_ASCII_POSIX

Flag that can be combined with the other formats, meaning locale-independent C/POSIX format of floating point numbers. (Since 2.26)