Plot
Plot(function, {x, xMin, xMax}, PlotRange->{yMin,yMax})
generate a JavaScript control for the expression
function
in thex
range{x, xMin, xMax}
and{yMin, yMax}
in they
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
Related terms
JSForm Manipulate ParametricPlot Plot3D
Implementation status
- ☑ - partially implemented