xy_plots axis delete axis
Allows you to delete an existing plot axis and remove it from the plot that it is displayed in.
Format:
xy_plots axis delete axis |
|---|
axis_name = | an existing axis |
Example:
xy_plots axis delete axis & |
|---|
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. Once deleted, the axis may not be retrieved. The axis may be recreated using the XY_PLOT AXIS CREATE command. Note that all the curves referencing this axis on the XY plot will be deleted, in addition to the axis label.
2. 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.