window#
Purpose#
Partitions the window into tiled regions (graphic panels) of equal size.
Note
This function is for the deprecated PQG graphics. Use plotLayout()
for similar functionality.
Library#
pgraph
Format#
- window(row, col, typ)#
- Parameters:
row (scalar) – number of rows of graphic panels.
col (scalar) – number of columns of graphic panels.
typ (scalar) – graphic panel attribute type. If 1, the graphic panels will be transparent, if 0, the graphic panels will be nontransparent (blanked).
Remarks#
The graphic panels will be numbered from 1 to (row) x (col) starting from the left topmost graphic panel and moving right.
See makewind()
for creating graphic panels of a specific size and
position. (For more information, see Graphic Panels, Section 1.1.
Source#
pwindow.src
See also
Functions endwind()
, begwind()
, setwind()
, nextwind()
, getwind()
, makewind()