Manipulates thecursor within a displayed image, allowing it to be enabled and disabled, as well as positioned.
TVCRS [, x, y]
x (optional) The column to which the cursor will be positioned.
y (optional) The row to which the cursor will be positioned.
Data If present and nonzero, specifies that the cursor position is in data coordinates.
Device If present and nonzero, specifies that the cursor position is in device coordinates.
Hide If present and nonzero, causes a disabled cursor to always be blanked out.
By default, disabling the cursor works differently for window systems than for other devices. For window systems, the cursor is restored to the standard cursor used for non-PV-WAVE windows (and remains visible), while for other devices it is completely blanked out.
Inches If present, specifies that all position values are in inches from the origin.
Normal If present and nonzero, specifies that the cursor position is in normalized coordinates.
T3d If present, indicates that the generalized transformation matrix in !P.T is to be used. (For a description of !P.T, see the Save plotting keyword in Chapter 3, Graphics and Plotting Keywords.)
If not present, the user-supplied coordinates are simply scaled to screen coordinates.
TVCRS, 100, 100
TVCRS, 0.5, 3.2, /Data
TVCRS, /Hide_Cursor
TVCRS, 1
For more information, see Image Display Routines: TV and TVSCL in Chapter 6 of the PV-WAVE User's Guide.