Title | Previous | Next

clear

Remove all plots from the visualization window(s).

Synopsis:

clear

clear all

Arguments:

all

Flag indicating that all visualization windows should be cleared.

Description:

The clear command clears (removes) all plots from the active window, or from all windows if the all argument is provided. In MeshTV, all plot requests are drawn on top of any existing plots. Only an explicit clear command or newplot command will clear the window.

Note that when the -nowin option is used on the command line for production mode, there are no windows per se. In this case, each successive plot command overlays the previous one, and when a savewin or printwin command is issued, all plots are output. In this case, the clear command can be used to create separate plots. Without it, plots made in sequence will be merged together.

Also note that the command clear pick will clear the pick point markers.

Examples:

clear

clear all

See Also:

plot , newplot , redraw , winset


Title | Previous | Next

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