GTEXT

GTEXT is used for labeling graphics plots with user defined text.

Syntax:

GTEXT x, y, angle, user_text
GTEXT x, y, angle, A$

Discussion:

The coordinates x and y refer to the left edge of where the text string user_text will appear. "user_text" may be either a constant string in quotes or a string variable name. Angle specifies how the text is rotated with respect to the graphics frame, and defaults to 0 degrees (horizontal). See also SETTEXTSIZE .

Example:

See " GRAPHICS ".

Next: