plot3D legend delete
Allows deletion of a existing legend on the three dimensional plot
The legend that appears when you select to have interpolated colors on the surface of your three-dimensional plot.
It can be deleted if the surface is to be shown with a single color.
Format:
plot3d legend delete |
|---|
legend_name = | an existing plot3d legend |
Example:
plot3D legend delete & |
|---|
legend_name = | new_lgnd |
Description:
Parameter | Value Type | Description |
|---|
legend_name | An Existing Plot3d Legend | Specifies the name of a 3D plot legend to be deleted |
Extended Definition:
1. When we use interpolated colors to show the colors on the surface of three dimensional plot, the number of colors used to display the surface can be set while using the surface command. This number cannot be more than 255 and the color gradients can be split into number required on the legend bar.
2. Alternatively, if the surface is shown with single color, then the legend is not required, where the existing legend can be deleted by using the ‘plot3D legend delete’ command.