ListPointPlot3D
ListPointPlot3D( { list-of-points } )
generate a JavaScript list plot 3D control for the
list-of-points
.
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 list plot control.
>> Manipulate(ListPointPlot3D(Table({Sin(t), Cos(t*a), Cos(t^2) }, {t, 500})), {a,1,4,1})
With JSForm
you can display the generated JavaScript form of the Manipulate
function
>> Manipulate(ListPointPlot3D(Table({Sin(t), Cos(t*a), Cos(t^2) }, {t, 500})), {a,1,4,1}) // JSForm
Related terms
JSForm, ListLinePlot3D, Manipulate, ParametricPlot, Plot, Plot3D
Implementation status
- 🧪 - experimental