Back to Plotting
ylabel
Set the Y-axis label.
Syntax
ylabel(text) → Nothing
Backends
TypeScript
Description
Set the Y-axis label.
Parameters
| Name | Description |
|---|---|
| text | Label text |
Returns
Nothing
Examples
Try It
>> ylabel("value")