Title | Previous | Next

winzoom

Zoom on the plots in a specified visualization window.

Synopsis:

winzoom window_id x 1 y 1 x 2 y 2

Arguments:

window_id

The window identifer, an integer ranging from 1 to the number of active windows. The maximum number of windows is 16.

x1, y1

The (x,y) coordinates of the upper left-hand corner of the zoom rectangle. These are real (floating point) numbers which are problem coordinates.

x2, y2

The (x,y) coordinates of the lower right-hand corner of the zoom rectangle. These are real (floating point) numbers which are problem coordinates.

Description:

The plots in the visualization window specified by window_id are replotted using the zoom rectangle as the limits of the plot, thereby effecting a zoom. This command works only for 2D plots.

Examples:

winzoom 1 -4.0 4.0 2.0 2.0

See Also:

winmode , zoom3 , zoomf3


Title | Previous | Next

MeshTV@viper.llnl.gov
Copyright © 1998, U.S. Department of Energy. All rights reserved.