Back to Data Visualization
ylabel
Label y-axis
Syntax
ylabel(str)
Description
Sets the y-axis label of the most recently created chart.
Parameters
| Name | Description |
|---|---|
| str | Label string |
Returns
null
Examples
Try It
>> ylabel('Amplitude')