setwind#
Purpose#
Sets the current graphic panel to a previously created graphic panel number.
Note
This function is for use with the deprecated PQG graphics. Use plotLayout()
instead.
Library#
pgraph
Format#
- setwind(n)#
- Parameters:
n (scalar) – graphic panel number.
Remarks#
This function selects the specified graphic panel to be the current graphic panel. This is the graphic panel in which the next graph will be drawn.
See the discussion on using graphic panels in Graphic Panels.
Source#
pwindow.src
See also
Functions begwind()
, endwind()
, getwind()
, nextwind()
, makewind()
, window()