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