E.1.1. - Text and labels
The following macros set the text that would be entered interactively using the
tx command.
| ||||||||||||||||||||||
For example,
set_title("Plot Of Very Interesting Results");
set_xlabel("Radius");
set_xunits("cm");
set_ylabel("Intensity");
set_yunits("); /* No y units */
Strings not explicitly assigned retain their previous contents.
The manifest constant
TEXT_LEN is defined in the include files
and contains the maximum number of characters allowed in any text
strings.
