TEXT

Draw a text string on the plot at the specified position

Description:

Draw a text string on the plot at coordinates (x,y), using the PGPLOT routine PGTEXT.

This command is a synonym for WTEXT S.

Usage:

text xpos ypos text

Parameters:

XPOS = _REAL (Read and Write)
The X coordinate of the text.

[The value is prompted for.]

YPOS = _REAL (Read and Write)
The Y coordinate of the text.

[The value is prompted for.]

TEXT = _CHAR (Read and Write)
The text string to be plotted. This may include any of the PGPLOT control sequences for producing special characters.

[The value is prompted for.]