Previous Topic   Next Topic   Contents   Commands
by Function
  Commands
Alphabetically

SUBWINDOW Command

Dialog to set SubWindow parameters is invoked from the SubWindows Menu.

SUBwindow

In X Window mode the graphics window may be divided into equal sized SUBWINDOWs with some number of divisions in the X (across) direction and an independent number in the Y (vertical) direction. Graphics output is directed to the current subwindow.

SUBwindow

SUBWINDOW with no arguments reports the current subwindow status.

SUBwindow MX BY MY

Divide the graphics window into MX (across) by MY (up) subwindows and set the current subwindow to (1,1).

SUBwindow NX NY

Set the current subwindow to (NX , NY) .

SUBwindow // NY

Set the current subwindow to (NCX, NY) , where NCX is the current subwindow X index.

SUBwindow NX

If the number of subwindows in one direction is 1, set the current subwindow to either (1,NX) or (NX,1) as appropriate. Otherwise, set current subwindow to (NX, NCY) , where NCY is the current subwindow Y index.

SUBwindow { LAst | NExt }

Go to the LAST (previous) or NEXT subwindow.

When cycling through the subwindow, NX increases most rapidly.

SUBwindow AUto [ ON | True | OFf | False ]

Go to the NEXT subwindow before each plot if the mode is ON (or TRUE ). The AUTO mode is toggled, and the new value reported, if the third field is not specified.