getwind#
Purpose#
Retrieve the current graphic panel number.
Note
This function is for use with the deprecated PQG graphics.
Library#
pgraph
Format#
- n = getwind()#
- Returns:
n (scalar) – graphic panel number of current graphic panel.
Remarks#
The current graphic panel is the graphic panel in which the next graph will be drawn.
Source#
pwindow.src
See also
Functions endwind(), begwind(), window(), setwind(), nextwind()