WINDOW
This command sets the window of data that is displayed in the Graphics Display Window.

Widget:
- From the Window/Slicer Widget, vary the slider bars until the desired maximum and minimum values are displayed for each coordinate.
Command:
- WINDOW= XMIN, XMAX, YMIN, YMAX, ZMIN, ZMAX, TMIN, TMAX
Arguments:
- Input the minimum and maximum value of each coordinate to appear in the graphics display window. If the coordinate does not exist in your data file or is held "fixed" in the plot, leave a space in the argument line for both the min and max value.
Examples:
- WINDOW=0,200,,,0,10,,
Specifies a horizontal domain of X values from 0 to 200 and a vertical range of Z values from 0 to 10. Y and T are fixed, or do not exist in the data file.
Notes:
- Once the "window" has been specified, executing the NEW_PLOT command updates the graphics display.
back to index