loadwind#
Purpose#
Load a previously saved graphic panel configuration.
Note
This function is for use with the deprecated PQG graphics.
Library#
pgraph
Format#
- err = loadwind(namestr)#
- Parameters:
namestr (string) – name of file to be loaded.
- Returns:
err (scalar) – 0 if successful, 1 if graphic panel matrix is invalid. Note that the current graphic panel configuration will be overwritten in either case.
Globals#
_pwindmx
Source#
pwindow.src
See also
Functions savewind()