Skip to content

Plot

Plot(function, {x, xMin, xMax}, PlotRange->{yMin,yMax})

generate a JavaScript control for the expression function in the x range {x, xMin, xMax} and {yMin, yMax} in the y range.

Note: This feature is available in the console app and in the web interface.

Examples

In the console apps, this command shows an HTML page with a JavaScript plot control.

>> Plot(Sin(x)*Cos(1 + x), {x, 0, 2*Pi})

With JSForm you can display the generated JavaScript form of the Manipulate function

>> Plot(Sin(x)*Cos(1 + x), {x, 0, 2*Pi}) // JSForm

JSForm Manipulate ParametricPlot Plot3D

Implementation status

  • ☑ - partially implemented

Github