Title | Previous | Next

rectline

Plot the integral of a variable within a rectangular box as a function of distance along the length.

Synopsis:

rectline window_id x 1 y 1 x 2 y 2

Arguments:

window_id

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

x1,y1,x2,y2

The coordinates of two opposing points of a box. These are real (floating point) numbers.

Description:

A curve is generated from the values of a given variable, integrated in strips through the box. The variable is specified via the rect command, and the resultant values are plotted versus the distances along the box. This curve is plotted in the visualization window specified in the rect command.

Examples:

rect var=d, outwin=2

rectline 1 .3 .5 1.2 2.8 #Value curve goes to viz win 2

See Also:

rect , winnew , winnum


Title | Previous | Next

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