DADiSP Worksheet Functions > Function Categories > Annotation > LABEL
Sets the label for a Window.
LABEL(win, "label")
win |
- |
Optional. A Window, defaults to the current Window. |
"label" |
- |
A string, the window label. |
label(W4, strcat("Acquisition Date ", getdate))
places Acquisition Date 11-11-11 into the label of Window 4, if today's date is November 11, 2011.
See COMLABEL to label the window with the series comment.
A subset of TeX string formatting is supported to annotate graphics with Greek letters and mathematical symbols. For example:
gsin(100, .01);label("$\sin(2\pif_0t + \theta)$")
See TEX for further details.