DADiSP Worksheet Functions > Function Categories > Annotation > COMYLABEL

 

COMYLABEL

Purpose:

Labels the Y axis with the series comment and units.

Syntax:

COMYLABEL(win1, win2, ..., winN, commentonly, nodefault, fmt)

winN

-

Optional. Zero or more windows. Defaults to the current window.

commentonly

-

Optional. An integer, display comment only.

0:

Display both comment and units (default).

1:

Display comment only.

nodefault

-

Optional. An integer, do not display default comment.

0:

Display default comment.

1:

Do not display comment if it is the default comment (default).

fmt

-

Optional. An integer, the units grouping format.

0:

Enclose the units in ()'s (default).

1:

Enclose the units in []'s.

Example:

gnorm(1000, 1/1000);setvunits("V");setcomment("Channel 1");comylabel

 

Labels the Y axis with the series comment and units.

Remarks:

COMYLABEL is useful when reading external tabular data where each series comment is set to the column headers of the table.

 

See SERYLABEL to label the Y axis with the series name and units.

See Also:

COMLABEL

COMXLABEL

COMXYLABEL

GETLABEL

LABEL

SETCOLHEADER

SETCOMMENT

SERYLABEL

SETXLABEL, SETYLABEL

TEXT

WINCAPTION