xy_plots axis delete label

Allows you to delete the axis label and remove it from the XY plot.

Format:

 
xy_plots axis delete label
axis_name =
an existing axis

Example:

 
xy_plots axis delete label &
axis_name =
axis__1

Description:

 
Parameter
Value Type
Description
axis_name
An Existing Axis
A text string that specifies the name of an axis, which you assign when you create an axis.

Extended Definition:

1. An axis may not have the same name as another axis on the plot.
You may reference the axis with respect to the plot. For example, an axis named "ax1" on plot "p1" may be referenced by the full specification of ".p1.ax1". This is useful when copying an axis from one plot to another.
An axis 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.

Cautions:

1. Once deleted, this label cannot be retrieved and must be recreated.