plot

Returns a plot in Cartesian coordinates by calling the function for each value of x to get the corresponding y value, and drawing a dot at the coordinates.

Syntax

plot(...funcs, max?)

Parameters

Return value

A Plot object.

Examples

plot(x=>sin(x), x=>cos(x), x=>tan(x))


−4−224−6−4−2246

See also