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