Title | Previous | Next

delete

Delete plots.

Synopsis:

delete plot_name [, plot_name, ...]

Arguments:

plot_name

A plot name, like smat or bnd , followed by a number which indicates the position in the list of plots. For example, if there are two smat plots, these are referenced as smat1 and smat2 . If a single plot of a given type exists, it can either be referenced with the number appended, as in bnd1 , or without the number appended. Plot types are: bnd , iso , label , mesh , pc , pop , ribbon , smat , stream , surf , and vec .

Description:

Delete plots of the given plot type. Note that if you want to delete multiple plots of the same type, you must either list the higher numbered plot first, or you must issue the same number. For example, if you have 3 mesh plots, you can type " delete mesh3 mesh2 mesh1 ", or " delete mesh1 mesh1 mesh1 ". This is because plots are renumbered after a deletion -- if you have three mesh plots and you delete mesh2, then mesh3 will be renamed to mesh2.

Examples:

delete mesh3, mesh2, mesh1

delete bnd1

See Also:

plot


Title | Previous | Next

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