Go to the source code of this file.
Enumerations | |
enum | Weight { WEQUAL, WY, WYY, W1Y, W1YY, WX, WXX, W1X, W1XX, WERROR, WUSER } |
Variables | |
const char * | weightitems [] |
|
|
|
Initial value: {I18N_NOOP("equal"),I18N_NOOP("y"),I18N_NOOP("y^2"), I18N_NOOP("1/y"),I18N_NOOP("1/y^2"),I18N_NOOP("x"),I18N_NOOP("x^2"), I18N_NOOP("1/x"),I18N_NOOP("1/x^2"),I18N_NOOP("errorbar"),I18N_NOOP("user defined"),0} |