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