Back to Plotting
plot
Line plot of vectors.
Syntax
plot(x, y) → Renders a line chart in the cell output
Backends
TypeScript
Description
Line plot of vectors.
Parameters
| Name | Description |
|---|---|
| x | X data (or Y if single arg) |
| y | Y data (optional, multiple series allowed) |
Returns
Renders a line chart in the cell output