Adams Basic Package > Adams View > View Command Language > xy_plots > xy_plots template delete plot

xy_plots template delete plot

Allows you to delete an existing XY plot and remove it from the view that it is displayed in.

Format:

 
xy_plots template delete plot
plot_name =
an existing plot

Example:

 
xy_plots template delete plot &
xy_plots template delete plot plot_name =
plot_1

Description:

 
Parameter
Value Type
Description
Plot_name
An Existing Plot
A plot name is a string of characters that identifies a plot

Extended Definition:

1. Once deleted, the XY plot may not be retrieved. The XY plot may be recreated using the XY_PLOT TEMPLATE CREATE command. Note that all the curves displayed on the XY plot will be deleted in addition to titles, notes, axes, and labels.
2. A plot name is a string of characters that identifies a plot. Plot names are assigned when plots are created. After a plot has been created, it may be referenced by its name until it is deleted. A plot may NOT have the same name as another plot.
A plot_name may be arbitrarily long and a combination of letters of the alphabet and numbers may be used. The leading character must be a letter.