Back to Plotting
zlabel
Set the Z-axis label (3D plots).
Syntax
zlabel(text) → Nothing
Backends
TypeScript
Description
Set the Z-axis label (3D plots).
Parameters
| Name | Description |
|---|---|
| text | Label text |
Returns
Nothing
Examples
Try It
>> zlabel("height")