Labels the X and Y axis axis with the series comment and units.
COMXYLABEL(win1, win2, ..., winN, commentonly, nodefault, fmt)
winN |
- |
Optional. Zero or more windows. Defaults to the current window. |
||||
commentonly |
- |
Optional. An integer, display comment only.
|
||||
nodefault |
- |
Optional. An integer, do not display default comment.
|
||||
fmt |
- |
Optional. An integer, the units grouping format.
|
W1: gnorm(1000,1/1000);setvunits("V");setcomment("Channel 1")
W2: sort(gnorm(1000,1/1000),1);setvunits("W");setcomment("Channel 2")
W3: xy(W2, W1);comxylabel
Labels the X axis with the comment and units of the X series and the Y axis with the comment and units of the Y series.
COMXYLABEL is useful when reading external tabular data to produce one or more XY series and each series comment is set to the column headers of the table.